gem5
[DEVELOP-FOR-23.0]
|
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 ::sc_core::sc_event *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const ::sc_core::sc_event & | 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 () |
Additional Inherited Members | |
![]() | |
typedef ::sc_core::sc_event | 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 |
Implements sc_gem5::VcdTraceValBase.
Definition at line 543 of file vcd.cc.
References gem5::X86ISA::os, sc_gem5::VcdTraceValBase::printVal(), and sc_gem5::TraceVal< ::sc_core::sc_event, VcdTraceValBase >::value().
|
inlineoverridevirtual |
Reimplemented from sc_gem5::VcdTraceValBase.