Forum Discussion
Hi,
Please find the answers on your questions.
1."<FPGA_family_or_part_number>" is referring to target device for generating the output. For example Arria10.
You may refer to legal values as mentioned in Compiler user guide.
"<FPGA_family>"
Instructs the compiler to compile the code for a target FPGA device family.
The <FPGA_family> value can be any of the following device families:
Quaruts Prime Pro
- Arria10 or "Arria 10"
- Cyclone10GX or "Cyclone 10 GX"
- Stratix10 or "Stratix 10"
Quartus Prime Standard
- ArriaV or "Arria V"
- CycloneV or "Cyclone V"
- MAX10 or "MAX 10"
- StratixV or "Stratix V"
Quotation marks are required only if you specify a FPGA family name specifier that contains spaces
<FPGA_part_number>
Instructs the compiler to compile the code for a target device. The compiler determines the FPGA device family from the FPGA part number that you specify here.
If you do not specify this option, -march=x86-64 is assumed.
If the parameter value that you specify contains spaces, surround the parameter value in quotation marks.
2.As the Error message state supported Device families doesn't include Cyclone IV.
Hope this helps.
Thanks,
Arslan
Thank for your answer.