Forum Discussion
RichardT_altera
Super Contributor
1 year ago1. Use the quartus_sh executable with the --flow option to perform a complete compilation flow with a single command.
The following example runs compilation, timing analysis, and programming file generation with a single command:
quartus_sh --flow compile filtref
where <filtred> is the Quartus Prime project name.
2. Unfortunately, there is no tcl command showed in Quartus GUI. The command-line and TCL API manual can be opened by "quartus_sh --qhelp".
Command line and Tcl script user guide is in https://www.intel.com/content/www/us/en/docs/programmable/683432/current/command-line-scripting.html
You may checkout the Scripting section for further information:
There are guidance and some examples for your reference.
Regards,
Richard Tan