Forum Discussion
TBaki
New Contributor
5 years agoCommand to execute Quartus Prime Project without GUI
I have a created a quartus prime 17.1 project in windows 10 PC. Using GUI, the project is created. How can I open the project and execute the proejct (syn, fit, asm, sta) in command line or tcl scrip...
SyafieqS
Super Contributor
5 years agoHi Kumar,
In terminal type quartus_sh --qhelp and it will all the API package and executable command. You may refer to that and do what you intend eg compiling, sta, etc. There are also examples and argument on how to use and that would be helpful for you.