Questa Intel FPGA Edition Simulation User Guide

ID 730191
Date 6/07/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.6.2.3. Simulation Stage - Simulation with IP

During the simulation stage, you specify the simulation commands, such as add wave or log, to capture the signal waveforms. You specify the run command to run simulation (that is, to run the executable simulation model for the top-level testbench generated by the elaboration command). Finally, you specify the quit command to end the simulation. The following three lines show an example of the simulation stage command:

add wave -r /*
run -all
quit