You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Simulation/Software-RTL-Simulation.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,12 @@ Generating Waveforms
176
176
177
177
If you would like to extract waveforms from the simulation, run the command ``make debug`` instead of just ``make``.
178
178
179
+
A special target that automatically generates the waveform file for a specific test is also available.
180
+
181
+
.. code-block:: shell
182
+
183
+
make run-binary-debug BINARY=test.riscv
184
+
179
185
For a Verilator simulation, this will generate a vcd file (vcd is a standard waveform representation file format) that can be loaded to any common waveform viewer.
180
186
An open-source vcd-capable waveform viewer is `GTKWave <http://gtkwave.sourceforge.net/>`__.
0 commit comments