Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.3.2.1.2. Interactive Shell Mode

Running an executable with the -s option starts an interactive Tcl shell. For example, to open the Intel® Quartus® Prime Timing Analyzer executable in interactive shell mode, type:
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.