Forum Discussion
oneAPI on Cyclone10gx
Hi @StefanoC,
Just to clarify the emulation failed even with the compilation command above with the '-Xshardware'?
Kinda weird, yes from my end it does work however with a different hardware setup.
Hence just to narrow down the issues here, you can try running the simple example below to check on the overall setup:
As for library checking the previous aocl diagnose command does so, based on the output suggested it seems that the version and library should be ok.
Note: attached is the aocl output from my setup as references.
Best Wishes
BB
Ok, I gave it a try to the part1. I was able to compile and run it via emulation, but when I tried the cmake with -DFPGA_DEVICE setting to "Cylone10gx" it said "Ignoring as not applicable" (I also tried Cyclone, CycloneGX), how to target my hardware and run it hardware rather than emulated?
tetto@ubuntuoffice:~/oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part1_cpp/build$ cmake .. -DFPGA_DEVICE=Cyclone10gx cmake: /home/tetto/intelFPGA_pro/23.1/quartus/linux64/libcurl.so.4: no version information available (required by cmake) -- Ignoring FPGA_DEVICE: Cyclone10gx, not applicable -- Configuring done -- Generating done -- Build files have been written to: /home/tetto/oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part1_cpp/build