Altera_Forum
Honored Contributor
14 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=optimize_timing="EXTRA EFFORT"} But Quartus fitter errors out with Error: Unknown argument "EFFORT". Refer to --help for legal arguments. I face same problem with any option which accept values with spaces in between I knew that this option can be set through QSF command but I need to set it through commandline switches Any suggestions?