A Board Configuration Example for The Freedom E310 Arty FPGA Dev Kit#148
A Board Configuration Example for The Freedom E310 Arty FPGA Dev Kit#148hirooih wants to merge 2 commits intoembench:masterfrom
Conversation
|
@hirooih Nice work. I've again asked @PaoloS02 to review, but this is a good addition. Do you have any results you can add to the embench-iot-results repository? |
|
Thanks.
I can create a result in minutes. |
| "program": "${workspaceFolder}/bd/src/nbody/nbody", | ||
| // "args": [], | ||
| "cwd": "${workspaceRoot}", | ||
| // "environment": [], |
There was a problem hiding this comment.
Are these supposed to be removed?
There was a problem hiding this comment.
I mean "args" and "environment"
There was a problem hiding this comment.
You are right. The two lines are useless for execution environments on FPGAs.
Instead, it's better to add the following line.
See Configuring C/C++ debugging for more configuration options.
Remove useless comments. Add link to a link to VS code documentation.
|
@PaoloS02, BTW I have some updates to this PR. |
This configuration demonstrates how to run the Embench on an FPGA board.
The current Embench distribution does not include any examples of a FPGA board configuration.
This is a result of my trial and error.
I hope this helps Embench users.