Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mwh1410471016606
Ixiasoft
Visible to Intel only — GUID: mwh1410471016606
Ixiasoft
3.3.2.1.2. Interactive Shell Mode
quartus_sta -s
Commands you type in the Tcl shell are interpreted when you press Enter. To run a Tcl script in the interactive shell type:
source <script name>
If a command is not recognized by the shell, it is assumed to be external and executed with the exec command.