Fix FST documentation, bug1419.

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Todd Strader 2019-04-28 17:53:58 -04:00 committed by Wilson Snyder
parent 6e333bd9ab
commit 681e91f9d8

View File

@ -4233,7 +4233,8 @@ trace file if you want all data to land in the same output file.
FST a format by GTKWave.
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"
VerilatedFstC* tfp = new VerilatedFstC;