minor update

This commit is contained in:
Blaise Tine
2021-01-06 19:59:04 -08:00
parent 2b8435471a
commit 146c285aa0
13 changed files with 67 additions and 28 deletions

View File

@@ -86,7 +86,6 @@ void Simulator::reset() {
vortex_->reset = 0;
// Turn on assertion after reset
printf("*** enabling assertion at tick: %ld", timestamp);
Verilated::assertOn(true);
}