forked from github/verilator
Merge branch 'master' into develop-v5
This commit is contained in:
commit
3c54d5df70
@ -51,7 +51,7 @@ public:
|
||||
}
|
||||
spTrace()->set_time_resolution(sc_get_time_resolution().to_string());
|
||||
}
|
||||
~VerilatedFstSc() override { close(); }
|
||||
virtual ~VerilatedFstSc() /*override*/ { close(); }
|
||||
|
||||
// METHODS
|
||||
/// Called by SystemC simulate()
|
||||
|
@ -54,7 +54,7 @@ public:
|
||||
spTrace()->set_time_resolution(sc_get_time_resolution().to_string());
|
||||
}
|
||||
/// Destruct, flush, and close the dump
|
||||
~VerilatedVcdSc() override { close(); }
|
||||
virtual ~VerilatedVcdSc() /*override*/ { close(); }
|
||||
|
||||
// METHODS - for SC kernel
|
||||
// Called by SystemC simulate()
|
||||
|
Loading…
Reference in New Issue
Block a user