gem5 v24.0.0.0
|
#include <tracefile.hh>
Public Member Functions | |
TraceVal (const ::sc_core::sc_signal_in_if< T > *_iface, int _width) | |
~TraceVal () | |
void | finalize () override |
const T & | value () |
bool | check () override |
Private Attributes | |
const ::sc_core::sc_signal_in_if< T > * | iface |
T | oldVal |
Definition at line 87 of file tracefile.hh.
|
inline |
Definition at line 94 of file tracefile.hh.
|
inline |
Definition at line 97 of file tracefile.hh.
|
inlineoverride |
Definition at line 103 of file tracefile.hh.
References sc_gem5::TraceVal< T, Base >::oldVal.
|
inlineoverride |
Definition at line 99 of file tracefile.hh.
References sc_gem5::TraceVal< T, Base >::oldVal.
|
inline |
Definition at line 100 of file tracefile.hh.
References sc_gem5::TraceVal< T, Base >::oldVal.
|
private |
Definition at line 90 of file tracefile.hh.
|
private |
Definition at line 91 of file tracefile.hh.