AEsqu
Contributor
6 years agoIs it possible to turn off auto find file in quartus 19.3?
Is it possible to turn off auto find file in quartus 19.3?
Quartus auto finds a VHDL file and pick the wrong version of it,
while I specify the file I want in the qsf (ignored for some reason):
set_global_assignment -name VHDL_FILE ../../RTL/GF_C040RF_7M5S2U_NXP_IO_MFIO2V5FS_arria10.vhd -library work
When I delete the file it auto find (../../RTL/GF_C040RF_7M5S2U_NXP_IO_MFIO2V5FS.vhd)
then quartus goes further.
Note: GF_C040RF_7M5S2U_NXP_IO_MFIO2V5FS.vhd contains the stratix III IO pad and it is not compatible with the arria 10 ()dataio for stratix III, padio for arria X).