Questa* Intel® FPGA Edition Simulation User Guide

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

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