Forum Discussion
Altera_Forum
Honored Contributor
8 years agoOK, after checking the info from i++ --help, I found I can use FPGA family instead of the part code. So I changed my command into:
$ i++ mips.c -march="Cyclone 10 GX" -o test-fpga and it works. (Be careful, the double quotes for the family name are necessary, otherwise it can't be recognized.)