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