Forum Discussion
aikeu
Regular Contributor
1 year agoHi gustifix,
oneAPI uses OpenCL under the hood, so ideally the flow should work by simply targeting the BSP for compile in the oneAPI copmiler. oneAPI compiler has a range of supported Quartus versions. Ensure the BSP version is in the range.
To target the BSP for compiler, use the -Xstarget=<path-to-bsp:board-variant> in the command.
Once compilation is done, the BSP must be installed (aocl install) and then the user can try running the application.
Thanks.
Regards,
Aik Eu