oneAPI-samples
oneAPI-samples copied to clipboard
want an example for target an explicit FPGA board variant and BSP
The https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/ReferenceDesigns/cholesky say
......
Alternatively, you can target an explicit FPGA board variant and BSP by using the following command:
cmake .. -DFPGA_DEVICE=<board-support-package>:<board-variant> -DIS_BSP=1
You will only be able to run an executable on the FPGA if you specified a BSP.
......
Can you provide a specific example of this cmake .. -DFPGA_DEVICE=<board-support-package>:<board-variant> -DIS_BSP=1
command? Thanks~