Intel® Quartus® Prime Standard Edition User Guide: Scripting

ID 683325
Date 9/24/2018
Public
Document Table of Contents

2.3.1. Command-Line Options

You can use any of the following command line options with executables that support Tcl:
Table 6.  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