Questa* Intel® FPGA Edition Simulation User Guide

ID 730191
Date 4/01/2024
Public
Document Table of Contents

3.2. Commands to Invoke Questa* Intel® FPGA Edition

You can run any of the following commands at a Linux or Windows terminal to invoke the Questa* Intel® FPGA Edition simulator after proper installation and licensing. For information on installation and licensing, refer to Simulator Versions and Licensing.

Table 16.  Commands to Invoke Questa* Intel® FPGA Edition
Running shell command Result
vsim (without arguments) Invokes the Questa* Intel® FPGA Edition GUI. Also creates an interactive Tcl shell for you to run Tcl commands.
vsim -c Invokes the Questa* Intel® FPGA Edition in command-line mode, and creates an interactive tcl shell for you to run Tcl commands.
vsim -do run.do Invokes the Questa* Intel® FPGA Edition GUI and runs the Tcl commands in the run.do file, inside the GUI Tcl shell.
vsim -c -do run.do Invokes the Questa* Intel® FPGA Edition in command-line mode, and runs the Tcl commands in the run.do file inside the Tcl shell.