gem5
v20.0.0.2
|
Public Member Functions | |
std::string | vcdType () override |
void | finalize () override |
void | output (std::ostream &os) override |
![]() | |
VcdTraceVal (const ::sc_core::sc_time *t, const std::string &vcd_name, int width) | |
![]() | |
TraceVal (const ::sc_core::sc_time *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const ::sc_core::sc_time & | value () |
bool | check () override |
![]() | |
VcdTraceValBase (int width) | |
~VcdTraceValBase () | |
void | vcdName (const std::string &vcd_name) |
const std::string & | vcdName () |
![]() | |
TraceValBase (int _width) | |
virtual | ~TraceValBase () |
int | width () |
Static Private Attributes | |
static const int | TimeWidth = 64 |
Additional Inherited Members | |
![]() | |
typedef ::sc_core::sc_time | TracedType |
![]() | |
const char * | stripLeadingBits (const char *orig) |
char | scLogicToVcdState (char in) |
void | printVal (std::ostream &os, const std::string &rep) |
![]() | |
std::string | _vcdName |
![]() | |
int | _width |
|
inlineoverridevirtual |
Reimplemented from sc_gem5::TraceValBase.
Definition at line 566 of file vcd.cc.
References sc_gem5::TraceValBase::_width, and sc_gem5::TraceVal< T, VcdTraceValBase >::finalize().
|
inlineoverridevirtual |
Implements sc_gem5::VcdTraceValBase.
Definition at line 573 of file vcd.cc.
References bits(), ArmISA::i, sc_gem5::VcdTraceValBase::printVal(), and X86ISA::val.
|
inlineoverridevirtual |
Reimplemented from sc_gem5::VcdTraceValBase.
|
staticprivate |