gem5 v24.1.0.1
|
Public Member Functions | |
std::string | vcdType () override |
void | output (std::ostream &os) override |
![]() | |
VcdTraceVal (const ::sc_core::sc_event *t, const std::string &vcd_name, int width) | |
![]() | |
TraceVal (const T *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const T & | value () |
bool | check () override |
![]() | |
TraceValBase (int _width) | |
virtual | ~TraceValBase () |
int | width () |
Additional Inherited Members | |
![]() | |
typedef ::sc_core::sc_event | TracedType |
![]() | |
int | _width |
|
inlineoverride |
Definition at line 543 of file vcd.cc.
References sc_gem5::TraceVal< T, Base >::value().
|
inlineoverride |