gem5 v24.0.0.0
|
Public Types | |
typedef T | TracedType |
Public Member Functions | |
VcdTraceVal (const T *t, const std::string &vcd_name, int width) | |
Public Member Functions inherited from sc_gem5::TraceVal< T, VcdTraceValBase > | |
TraceVal (const T *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const T & | value () |
bool | check () override |
Public Member Functions inherited from sc_gem5::VcdTraceValBase | |
VcdTraceValBase (int width) | |
~VcdTraceValBase () | |
void | vcdName (const std::string &vcd_name) |
const std::string & | vcdName () |
virtual std::string | vcdType () |
virtual void | output (std::ostream &os)=0 |
Public Member Functions inherited from sc_gem5::TraceValBase | |
TraceValBase (int _width) | |
virtual | ~TraceValBase () |
int | width () |
Additional Inherited Members | |
Protected Member Functions inherited from sc_gem5::VcdTraceValBase | |
const char * | stripLeadingBits (const char *orig) |
char | scLogicToVcdState (char in) |
void | printVal (std::ostream &os, const std::string &rep) |
Protected Attributes inherited from sc_gem5::VcdTraceValBase | |
std::string | _vcdName |
Protected Attributes inherited from sc_gem5::TraceValBase | |
int | _width |
typedef T sc_gem5::VcdTraceVal< T >::TracedType |
|
inline |
Definition at line 197 of file vcd.cc.
References sc_gem5::VcdTraceValBase::vcdName().