Commentary: Surfer (#5253)

This commit is contained in:
Wilson Snyder 2024-07-11 18:33:25 -04:00
parent 2696a9a5bd
commit 6882f8c55e
1 changed files with 5 additions and 3 deletions

View File

@ -259,9 +259,11 @@ How do I view waveforms (aka dumps or traces)?
"""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""
Verilator creates standard VCD (Value Change Dump) and FST files. VCD Verilator creates standard VCD (Value Change Dump) and FST files. VCD
files are viewable with the open-source GTKWave (recommended), or Dinotrace files are viewable with the open-source
(legacy) programs, or any of the many closed-source offerings; FST is `GTKWave <http://gtkwave.sourceforge.net/>`_,
supported only by GTKWave. `Surfer <https://surfer-project.org/>`_, Dinotrace (legacy), or any of the
many closed-source viewer offerings; FST is supported only by GTKWave and
Surfer.
How do I speed up writing large waveform (trace) files? How do I speed up writing large waveform (trace) files?