Skip to content

Commit eb8f11b

Browse files
Merge pull request #24 from MicrochipTech/update_sin_performance_beagle
Updated sin_performance test for beaglev-fire
2 parents 2e33cd6 + 8688d68 commit eb8f11b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

math/examples/riscv_tests/sin_performance/beaglev_fire/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
NAME = sin_performance
12
SRCS = ../sources/test.cpp
23

34
# Root directory path for the HLS libraries. Modify as necessary.

math/examples/riscv_tests/sin_performance/beaglev_fire/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ You should install the following software:
8282
/usr/share/beagleboard/gateware/change-gateware.sh ~/bitstream
8383
8484
```
85-
3. Now, copy the RISC-V binary (`beaglev_fire.accel.elf` file) to your board:
85+
3. Now, copy the RISC-V binary (`sin_performance.accel.elf` file) to your board:
8686

8787
```console
88-
scp ../../../math/examples/riscv_tests/sin_performance/beaglev_fire/hls_output/beaglev_fire.accel.elf [email protected]:
88+
scp ../../../math/examples/riscv_tests/sin_performance/beaglev_fire/hls_output/sin_performance.accel.elf [email protected]:
8989
```
9090

9191
4. To run the executable, you will need to be running as `sudo`. Go into your board and run the binary you just copied over as sudo.

0 commit comments

Comments
 (0)