From 681e91f9d85d2231ada65a6ca4834cdff2ba2f6d Mon Sep 17 00:00:00 2001 From: Todd Strader Date: Sun, 28 Apr 2019 17:53:58 -0400 Subject: [PATCH] Fix FST documentation, bug1419. Signed-off-by: Wilson Snyder --- bin/verilator | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/verilator b/bin/verilator index 2ab688136..6f4011a22 100755 --- a/bin/verilator +++ b/bin/verilator @@ -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;