gem5
[DEVELOP-FOR-23.0]
|
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 569 of file vcd.cc.
References sc_gem5::TraceValBase::_width, sc_gem5::TraceVal< T, VcdTraceValBase >::finalize(), and TimeWidth.
|
inlineoverridevirtual |
Implements sc_gem5::VcdTraceValBase.
Definition at line 576 of file vcd.cc.
References gem5::bits(), gem5::ArmISA::i, gem5::X86ISA::os, sc_gem5::VcdTraceValBase::printVal(), TimeWidth, gem5::X86ISA::val, sc_core::sc_time::value(), and sc_gem5::TraceVal< ::sc_core::sc_time, VcdTraceValBase >::value().
|
inlineoverridevirtual |
Reimplemented from sc_gem5::VcdTraceValBase.
|
staticprivate |
Definition at line 561 of file vcd.cc.
Referenced by finalize(), and output().