We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb1480 commit d7cec8aCopy full SHA for d7cec8a
rtl/tc_l2/src/main/csrc/emu.h
@@ -42,10 +42,10 @@ class Emulator
42
if (args.dump_wave)
43
{
44
Verilated::traceEverOn(true);
45
- printf("`dump-wave` enabled, waves will be written to \"vlt_dump.vcd\".\n");
+ printf("`dump-wave` enabled, waves will be written to \"soc.vcd\".\n");
46
fp = new VerilatedVcdC;
47
dut_ptr->trace(fp, 1);
48
- fp->open("vlt_dump.vcd");
+ fp->open("soc.vcd");
49
fp->dump(0);
50
}
51
0 commit comments