gem5
[DEVELOP-FOR-23.0]
|
Public Member Functions | |
std::string | vcdType () override |
void | output (std::ostream &os) override |
![]() | |
VcdTraceVal (const T *t, const std::string &vcd_name, int width) | |
![]() | |
TraceVal (const T *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const T & | 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 T | 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 353 of file vcd.cc.
References gem5::ccprintf(), gem5::X86ISA::os, sc_gem5::TraceVal< T, VcdTraceValBase >::value(), and sc_gem5::VcdTraceValBase::vcdName().
|
inlineoverridevirtual |
Reimplemented from sc_gem5::VcdTraceValBase.