Forum Discussion
Altera_Forum
Honored Contributor
15 years agoProblem with --set=<argument=value> in case the value has spaces in between
Hi all, I have a question, I am trying to set Timing optimization to extra effort for Quartus fitter through command line switches so I wrote execute_module -tool fit -args {--set=optimi...
Altera_Forum
Honored Contributor
15 years agoYou're in a script already? I've never done it this way but within a script just do something like:
project_open proj_name set_global_assignment ... project_close That way all the assignments are the same format as the .qsf.