What is the meaning of FPGA_family and FPGA_port_number in the HLS Getting Started Guide(UG-20036) And what family of FPGA support for the HLS?
Hello world. The prime version that i use is Quartus Prime Standard Edition 18.1.
1.What the meaning of FPGA_family_or_part_number?
I want to learn to use the Intel ® High Level Synthesis Compiler to create a CNN IP. When I read the HLS Getting Started Guide, I find the command as shown in the below figure :
i++ -march="<FPGA_family_or_part_number>" <source_files> -o test-fpga
But I don't know the meaning of FPGA_family_or_part_number, if you know that, please tell me.
2.What family of Altera FPGA dose HLS supports for?
I use the DE2-115 board with Cyclone IV EP4CE115F29C7N producted by teraslc. I guess that the FPGA_part_number is EP4CE115F29C7, so I run the commond :
i++ -march="EP4CE115F29C7" counter.cpp -o test-cyclone.exe
But error as
Does the HLS not supports the Cyclone IV?
You can get the documents about HLS at the URL:
Thank for your answer.