Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I think... load_package flow execute_module -tool cpf You will probably need some args. I recommend: a) Running "quartus_sh --qhelp". I find this invaluable for all scripting. b) Running "quartus_sh -s" to open a shell, so you can try various things first to see what works, then put it into the script. --- Quote End --- Yup, I need to use 'execute_module -tool cpf'. The whole command string is: execute_module -tool cpf -args "-c <path_to_my_cof>" Worked great. Also, thanks for the suggesting on running "quartus_sh -s" for experiments. -mowomo