forked from github/verilator
Revert - SC overrides cause non-override clang error.
This commit is contained in:
parent
a2d26b45bb
commit
f91793e931
@ -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