User Book
Simulation Section
5.Dump Vcd File

VCD file dumping

To dump the value change dump(VCD) file, designers must change the parameter at the src/params/simParam.cpp file from MDE_REC_SKIP to

  • MDE_REC_ONLY_USER to shows designer' signals only
  • MDE_REC_ONLY_INTERNAL to shows internal signals only
  • MDE_REC_BOTH to record both

The dumped VCD file will be printed in the path that was specified while initializing simulator.