Questa* Intel® FPGA Edition Simulation User Guide

ID 730191
Date 6/26/2023
Public

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

Document Table of Contents

4.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 7.  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.