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. Command-Line Options

You can use any of the following command line options with executables that support Tcl:
Table 8.  Command-Line Options Supporting Tcl Scripting
Command-Line Option Description
--script=<script file> [<script args>] Run the specified Tcl script with optional arguments.
-t <script file> [<script args>] Run the specified Tcl script with optional arguments. The -t option is the short form of the --script option.
--shell Open the executable in the interactive Tcl shell mode.
-s Open the executable in the interactive Tcl shell mode. The -s option is the short form of the --shell option.
--tcl_eval <tcl command> Evaluate the remaining command-line arguments as Tcl commands. For example, the following command displays help for the project package: quartus_sh --tcl_eval help -pkg project