Forum Discussion

JSYOO's avatar
JSYOO
Icon for New Contributor rankNew Contributor
2 years ago
Solved

Running oneAPI C++SYCL_FPGA GettingStarted Example on devcloud

Hello, I am quite new to everything and I tried to run some examples in oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted /fpga_compile/ (https://github.com/oneapi-src/oneAPI...
  • aikeu's avatar
    2 years ago

    Hi JSYOO,


    The error "Caught a synchronous SYCL exception: NULL pointer .." is expected as you are targetting a specific device family. This flow (HLS SYCL Flow) produce RTL IP Core and are meant to be integrated into a system using Quartus/PD . *The 2 FPGA Development Flow can be referred here Intel oneAPI FPGA Development Flow.


    As for As for "Error: The board package being used only supports report generation/emulation/runtime" it maybe due to the node used on DevCloud is not working properly. Can try other node and check if the same error will occur or not.


    Thanks.

    Regards,

    Aik Eu