Forum Discussion
JohnT_Altera
Regular Contributor
6 years agoHi,
The reason that you are observing the issue on compiling the design is due to your Quartus project is setting it as Passive Serial. In order to use the "Generic Serial Flash Interface Intel FPGA IP" you will need to change your configuration mode to Active Serial.
You can go to "Assignments --> Device --> Device and Pin Options... --> Configuration --> Configuration Scheme = Active Serial"
or add the below line to "generic_flash_access.qsf"
set_global_assignment -name STRATIXV_CONFIGURATION_SCHEME "ACTIVE SERIAL X4"
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
set_global_assignment -name ACTIVE_SERIAL_CLOCK FREQ_100MHZ
scong5
New Contributor
6 years agoHi
I change the Device and Pin Options to Active Serial x 4 , but the error can't be resolve.
Any other problems ?