gem5  v20.1.0.0
Public Types | Public Member Functions | List of all members
sc_gem5::VcdTraceVal< T > Class Template Reference
Inheritance diagram for sc_gem5::VcdTraceVal< T >:
sc_gem5::TraceVal< T, VcdTraceValBase > sc_gem5::VcdTraceValBase sc_gem5::TraceValBase sc_gem5::VcdTraceValFinite< T > sc_gem5::VcdTraceValFloat< T > sc_gem5::VcdTraceValFxnum< T > sc_gem5::VcdTraceValFxval< T > sc_gem5::VcdTraceValInt< T > sc_gem5::VcdTraceValLogic< T >

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
 

Detailed Description

template<typename T>
class sc_gem5::VcdTraceVal< T >

Definition at line 191 of file vcd.cc.

Member Typedef Documentation

◆ TracedType

template<typename T >
typedef T sc_gem5::VcdTraceVal< T >::TracedType

Definition at line 194 of file vcd.cc.

Constructor & Destructor Documentation

◆ VcdTraceVal()

template<typename T >
sc_gem5::VcdTraceVal< T >::VcdTraceVal ( const T *  t,
const std::string &  vcd_name,
int  width 
)
inline

Definition at line 196 of file vcd.cc.


The documentation for this class was generated from the following file:

Generated on Wed Sep 30 2020 14:03:10 for gem5 by doxygen 1.8.17