- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the feedback. We will look into this so that the future Quartus will give a better customer experience.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page