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 agoI'm not saying do it in the .qsf, but to do it in your script:
project_open proj_name set_global_assignment ... execute_module -tool fit... project_close I don't ever see args being passed directly to the command, but instead see it done the way I just mentioned.