Change --trace to --trace-vcd.

This commit is contained in:
Wilson Snyder
2025-04-05 10:46:39 -04:00
parent d5077a9d35
commit 0984fd045f
137 changed files with 214 additions and 174 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
/// \brief Verilated C++ tracing in VCD format implementation code
///
/// This file must be compiled and linked against all Verilated objects
/// that use --trace.
/// that use --trace-vcd.
///
/// Use "verilator --trace" to add this to the Makefile for the linker.
/// Use "verilator --trace-vcd" to add this to the Makefile for the linker.
///
//=============================================================================