fixed Verilator warnings

This commit is contained in:
Blaise Tine
2021-08-13 05:52:43 -04:00
parent 4976a8c4f2
commit f12be56d7c
8 changed files with 35 additions and 41 deletions

View File

@@ -67,6 +67,7 @@ Simulator::~Simulator() {
}
#ifdef VCD_OUTPUT
trace_->close();
delete trace_;
#endif
delete vortex_;
}