minor updates

This commit is contained in:
Blaise Tine
2022-02-01 22:51:33 -05:00
parent d48f1c1c5f
commit a06812f93f
21 changed files with 73 additions and 70 deletions

View File

@@ -122,7 +122,7 @@ public:
#ifdef VCD_OUTPUT
Verilated::traceEverOn(true);
trace_ = new VerilatedVcdC();
device_->trace(this->trace, 99);
device_->trace(trace_, 99);
trace_->open("trace.vcd");
#endif