Questa* Intel® FPGA Edition Simulation User Guide

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

3.3.4.2. Simulation Example 2: Run Simulation for 30 Milliseconds, while Capturing Waveforms of All Top-Level Signals in the Hierarchy

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

add wave -r /*
run 30us

Since the command captures all signals, the elaboration command must preserve all signals using the -voptargs=”+acc” command.