Questions: Intel oneAPI 24.2 with DE10-Agilex and Related Environment setup
Regarding version compatibility issues with Intel FPGA development environment, I have the following questions: I'm using the Terasic DE10-Agilex Kit, initially with oneAPI version 22.1. When attempting to upgrade to the latest oneAPI 24.2, I encountered compatibility issues - the generated binary files are not working correctly. This contradicts Intel's official documentation----Intel® oneAPI FPGA Acceleration Card Support, which indicates oneAPI support for this development board. Regarding the FPGA development workflow, I understand that BSP and Quartus must work together to convert System Verilog IP to RTL circuits. However, Intel recently announced the discontinuation of support for specific older Quartus versions (such as 21.2/21.4). Does this mean that development kits using these Quartus versions will not be compatible with the new oneAPI 24.2? I've also noticed that Intel's cloud development platform has migrated to Triber AI Cloud, but I cannot find FPGA-related development resources in its hardware directory. My core questions are: Is there a definitive version compatibility matrix detailing how new versions of oneAPI support various FPGA development boards (such as DE10-Agilex, Bittware 520N-MX, etc.)? Does the new version of oneAPI have backward compatibility? Will it support previous FPGA development boards if the configuration is correct?Solved4.7KViews0likes22CommentsError when compiling dpc++ for fpga
I try compile oneAPI_samples to fpga but send me a error: Error: qsys script failed! See bin/bitstream/hough_transform_live.fpga.prj/quartus_sh_compile.log for details. 4:41:50 Error: set_project_property DEVICE AGFB014R24A2E2V: The device AGFB014R24A2E2V is unknown. llvm-foreach: icpx: error: fpga compiler command failed with exit code 1 (use -v to see invocation) quartus_sh_compile.log 4:41:50 Error: set_project_property DEVICE AGFB014R24A2E2V: The device AGFB014R24A2E2V is unknown. 2024.05.17.14:41:50 Info: add_instance hough_transform_live_fpga_di_inst hough_transform_live_fpga_di 2024.05.17.14:41:50 Info: set_instance_property hough_transform_live_fpga_di_inst AUTO_EXPORT true 2024.05.17.14:41:50 Info: save_system top_hough_transform_live_fpga_di.ipSolved1.6KViews0likes4Comments