Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks for the feedback, I found what I was looking for in one of the Altera manuals:
If the Quartus II Settings File contains a USER_LIBRARIES assignment and you call set_global_assignment to set a SEARCH_PATH or USER_LIBRARIES assignment, the existing USER_LIBRARIES assignment expands into one or more SEARCH_PATH assignments. So, if you have a set of .vh files in some <DIR> to can: set_global_assignment -name SEARCH_PATH <DIR> this seems to work! thanks!