Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThanks for the response.
Below is the .qsf file. The design was in Cyclone II, and I changed the device to Arria II GX (to fix timing issues). While doing that, I had to reassign IOs, and encountered aforementioned VCCIO issue. The .qsf is not updated to reflect this, not sure why. This is on Quartus 11.1 set_global_assignment -name FAMILY "Cyclone II" set_global_assignment -name DEVICE EP2C5F256C6 set_global_assignment -name TOP_LEVEL_ENTITY pipemult set_global_assignment -name ORIGINAL_QUARTUS_VERSION 6.0 set_global_assignment -name PROJECT_CREATION_TIME_DATE "14:10:20 JANUARY 11, 2006" set_global_assignment -name LAST_QUARTUS_VERSION 6.0 set_global_assignment -name DEVICE_FILTER_PACKAGE FBGA set_global_assignment -name DEVICE_FILTER_PIN_COUNT 256 set_global_assignment -name DEVICE_FILTER_SPEED_GRADE FASTEST set_global_assignment -name VERILOG_FILE mult.v set_global_assignment -name VHDL_FILE ram.vhd set_global_assignment -name BDF_FILE pipemult.bdf