Forum Discussion
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): se...
AEsqu
Contributor
6 years agoWell 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.