uniqueMR
New Contributor
2 years ago'make fpga_sim' Errors in Getting Started with oneAPI
Hi,
I'm getting started with oneAPI following oneAPI samples for FPGAs, and run into errors when 'make fpga_sim':
The referred lines of the makefile are:
These are the steps I followed:
* git clone https://github.com/oneapi-src/oneAPI-samples.git
* cd ./oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile
* mkdir build
* cd build
* cmake .. -DFPGA_DEVICE=Agilex7 -DPART=2
* make fpga_emu (succeed)
* make report (succeed)
* make fpga_sim (failed)
Does anyone have a clue? Thanks
Best,
Runlong