Forum Discussion
Altera_Forum
Honored Contributor
12 years agoWorking with Multiple QSF files
I'm developing a board suppport package that I can use for multiple applications that are built for the same part. I currently have two applications that use common top-level RTL, but they have indiv...
Altera_Forum
Honored Contributor
12 years agoJust to follow up, I opened a service request with Altera, and they provided a solution that works. Instead of using the standard <source supplemental.qsf> in your top-level QSF file, add the following statement to your top-level QSF:
set_global_assignment -name SOURCE_TCL_SCRIPT_FILE supplemental.qsf Also, be sure to close the project in Quartus, add this line to your QSF, then reopen the project.