FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5922 Discussions

Is it possible to turn off auto find file in quartus 19.3?

AEsqu
Novice
622 Views

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).

 

0 Kudos
6 Replies
AEsqu
Novice
361 Views

Attaching the report, the qsf.

 

look for

rfd_fpga/RTL/GF_C040RF_7M5S2U_NXP_IO_MFIO2V5FS.vhd                                   ; Auto-Found VHDL File

 

0 Kudos
AEsqu
Novice
361 Views
posted a file.
0 Kudos
AEsqu
Novice
361 Views
posted a file.
0 Kudos
AEsqu
Novice
361 Views
posted a file.
0 Kudos
AEsqu
Novice
361 Views

Well I globally removed the search path to solve this:

 

#set_global_assignment -name SEARCH_PATH ../../INTERFACE

#set_global_assignment -name SEARCH_PATH ../../RTL

 

But it would be good that quartus does not try to compile a module that has the same name than the provided file

using the auto found RTL file.

 

0 Kudos
RichardTanSY_Intel
361 Views

Thanks for the feedback. We will look into this so that the future Quartus will give a better customer experience.

0 Kudos
Reply