mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 20:22:41 +00:00
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());
|
spTrace()->set_time_resolution(sc_get_time_resolution().to_string());
|
||||||
}
|
}
|
||||||
~VerilatedFstSc() override { close(); }
|
virtual ~VerilatedFstSc() /*override*/ { close(); }
|
||||||
|
|
||||||
// METHODS
|
// METHODS
|
||||||
/// Called by SystemC simulate()
|
/// Called by SystemC simulate()
|
||||||
|
@ -54,7 +54,7 @@ public:
|
|||||||
spTrace()->set_time_resolution(sc_get_time_resolution().to_string());
|
spTrace()->set_time_resolution(sc_get_time_resolution().to_string());
|
||||||
}
|
}
|
||||||
/// Destruct, flush, and close the dump
|
/// Destruct, flush, and close the dump
|
||||||
~VerilatedVcdSc() override { close(); }
|
virtual ~VerilatedVcdSc() /*override*/ { close(); }
|
||||||
|
|
||||||
// METHODS - for SC kernel
|
// METHODS - for SC kernel
|
||||||
// Called by SystemC simulate()
|
// Called by SystemC simulate()
|
||||||
|
Loading…
Reference in New Issue
Block a user