Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHi,
If you have the Quartus executable file in your PATH, you can simply do the command : os.system('quartus_sh --flow compile <quartus_project_name>.qpf') You must generate your project with quartus UI a first time to have the <quartus_project_name>.qpf file. Regards, Jerome