gem5
v20.1.0.0
|
#include <tracefile.hh>
Public Member Functions | |
TraceVal (const T *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const T & | value () |
bool | check () override |
Public Member Functions inherited from sc_gem5::TraceValBase | |
TraceValBase (int _width) | |
virtual | ~TraceValBase () |
int | width () |
Private Attributes | |
const T * | t |
T | oldVal |
Additional Inherited Members | |
Protected Attributes inherited from sc_gem5::TraceValBase | |
int | _width |
Definition at line 62 of file tracefile.hh.
|
inline |
Definition at line 69 of file tracefile.hh.
|
inline |
Definition at line 71 of file tracefile.hh.
|
inlineoverridevirtual |
Implements sc_gem5::TraceValBase.
Definition at line 77 of file tracefile.hh.
|
inlineoverridevirtual |
Reimplemented from sc_gem5::TraceValBase.
Definition at line 73 of file tracefile.hh.
|
inline |
Definition at line 74 of file tracefile.hh.
|
private |
Definition at line 66 of file tracefile.hh.
Referenced by sc_gem5::TraceVal< bool, VcdTraceValBase >::check(), sc_gem5::TraceVal<::sc_core::sc_signal_in_if< T >, Base >::check(), sc_gem5::TraceVal< bool, VcdTraceValBase >::finalize(), sc_gem5::TraceVal<::sc_core::sc_signal_in_if< T >, Base >::finalize(), sc_gem5::TraceVal< bool, VcdTraceValBase >::value(), and sc_gem5::TraceVal<::sc_core::sc_signal_in_if< T >, Base >::value().
|
private |
Definition at line 65 of file tracefile.hh.
Referenced by sc_gem5::TraceVal< bool, VcdTraceValBase >::check(), and sc_gem5::TraceVal< bool, VcdTraceValBase >::finalize().