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_USERto shows designer' signals onlyMDE_REC_ONLY_INTERNALto shows internal signals onlyMDE_REC_BOTHto record both
The dumped VCD file will be printed in the path that was specified while initializing simulator.