Altera_Forum
Honored Contributor
14 years agoTcl error when compiling example file
Hello,
I have bought de Altera Cyclone-III 3C120 DSP development Kit with the Altera Quartus II v8.0 Software. The DSP example file "cycloneIII_3c120_dsp_factory_loopback_top" will only be correct compiled by the Quartus v8.0 edition under windows 7 64 bit, by opening "existing project" under Start Project dir and then start compilation. If i want to try to compile the same example file in de upgraded version of Quartus II v10sp1 by opening existing project the next error appeares; Error: Tcl error: ERROR: Value "PASSIVE SERIAL" for "CYCLONEIII_CONFIGURATION_SCHEME" assignment is illegal. specify a legal value. It points to the file "cycloneIII_3c120_dev_golden_top.qsf" line 29 But when i have a look in that file by notepad++ Line 29 is well configured by following command line; set_global_assignment -name CYCLONEIII_CONFIGURATION_SCHEME "PASSIVE SERIAL" So it looks like everything is oké But what is going wrong by start compiling the example file (which runs under Quartus II v8.0 correct) but not in Quartus II v10sp1 ???