Forum Discussion
Altera_Forum
Honored Contributor
15 years agoquartus_fit switches equivalent for quartus fit QSF commands
Hi all, I trying to find an equivalents to quartus fit QSF settings commands in quartus_fit switches For example: set_global_assignment -name FITTER_EFFORT <"STANDARD FIT" | "FAST FIT" ...
Altera_Forum
Honored Contributor
15 years agoHi all,
Thank you so much for your answers they are really helpful I have another 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 Any suggestions?