Questa* Intel® FPGA Edition Simulation User Guide

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

3.3.4.1. Simulation Example 1: Run Simulation Until the End, while Capturing Waveforms of All Top-Level Signals in the Testbench

The following example runs simulation until the end, while capturing the waveforms of all top-level signals in the testbench:

add wave *
run -all

With the add wave command, you can view the signal waveforms live during the simulation run, and you can also save the waveforms as a waveform file (.wlf) for later viewing.