mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Fix FST documentation, bug1419.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
6e333bd9ab
commit
681e91f9d8
@ -4233,7 +4233,8 @@ trace file if you want all data to land in the same output file.
|
|||||||
|
|
||||||
FST a format by GTKWave.
|
FST a format by GTKWave.
|
||||||
This version provides a basic FST support.
|
This version provides a basic FST support.
|
||||||
To dump FST format, add the --trace switch to Verilator and change the include path in the testbench to:
|
To dump FST format, add the --trace-fst switch to Verilator and change the include
|
||||||
|
path in the testbench to:
|
||||||
|
|
||||||
#include "verilated_fst_c.h"
|
#include "verilated_fst_c.h"
|
||||||
VerilatedFstC* tfp = new VerilatedFstC;
|
VerilatedFstC* tfp = new VerilatedFstC;
|
||||||
|
Loading…
Reference in New Issue
Block a user