Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI would like to use a pre-flow script to modify design parameters. Typically I used top level Generics in my design and then assign these using the
Assignments/Settings/Default Parameters in Quartus. These appear as 'set parameter -name xxxx yy' in the project .qsf file. When I try to use a similar syntax in my .tcl script to modify the parameters I am informed that I need to open a project first. I wish to modify the project that is already open/about to be compiled. Any suggestions?