gem5 v24.0.0.0
|
#include <sc_signal.hh>
Public Member Functions | |
WriteChecker (ScSignalBase *_sig) | |
void | checkPort (sc_core::sc_port_base &port, std::string iface_type_name, std::string out_name) |
void | checkWriter () |
Private Attributes | |
ScSignalBase * | sig |
sc_core::sc_port_base * | firstPort |
Process * | proc |
uint64_t | writeStamp |
Definition at line 127 of file sc_signal.hh.
sc_gem5::WriteChecker< sc_core::SC_ONE_WRITER >::WriteChecker | ( | ScSignalBase * | _sig | ) |
Definition at line 107 of file sc_signal.cc.
void sc_gem5::WriteChecker< sc_core::SC_ONE_WRITER >::checkPort | ( | sc_core::sc_port_base & | port, |
std::string | iface_type_name, | ||
std::string | out_name ) |
Definition at line 112 of file sc_signal.cc.
void sc_gem5::WriteChecker< sc_core::SC_ONE_WRITER >::checkWriter | ( | ) |
Definition at line 123 of file sc_signal.cc.
References sc_gem5::Scheduler::current(), sc_gem5::getChangeStamp(), and sc_gem5::scheduler.
|
private |
Definition at line 138 of file sc_signal.hh.
|
private |
Definition at line 139 of file sc_signal.hh.
|
private |
Definition at line 137 of file sc_signal.hh.
|
private |
Definition at line 140 of file sc_signal.hh.