gem5 v24.0.0.0
|
#include <sc_sensitive.hh>
Public Member Functions | |
sc_sensitive & | operator<< (const sc_event &) |
sc_sensitive & | operator<< (const sc_interface &) |
sc_sensitive & | operator<< (const sc_port_base &) |
sc_sensitive & | operator<< (sc_event_finder &) |
sc_sensitive & | operator<< (::sc_gem5::Process *p) |
void | operator() (::sc_gem5::Process *p, const sc_signal_in_if< bool > &) |
void | operator() (::sc_gem5::Process *p, const sc_signal_in_if< sc_dt::sc_logic > &) |
void | operator() (::sc_gem5::Process *p, const sc_in< bool > &) |
void | operator() (::sc_gem5::Process *p, const sc_in< sc_dt::sc_logic > &) |
void | operator() (::sc_gem5::Process *p, const sc_inout< bool > &) |
void | operator() (::sc_gem5::Process *p, const sc_inout< sc_dt::sc_logic > &) |
void | operator() (::sc_gem5::Process *p, sc_event_finder &) |
Private Member Functions | |
void | finalize () |
sc_sensitive () | |
Private Attributes | |
::sc_gem5::Process * | currentProcess |
Friends | |
class | sc_module |
Definition at line 63 of file sc_sensitive.hh.
|
private |
Definition at line 53 of file sc_sensitive.cc.
|
private |
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
const sc_in< bool > & | port ) |
Definition at line 112 of file sc_sensitive.cc.
References sc_gem5::newStaticSensitivityFinder().
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
const sc_in< sc_dt::sc_logic > & | port ) |
Definition at line 119 of file sc_sensitive.cc.
References sc_gem5::newStaticSensitivityFinder().
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
const sc_inout< bool > & | port ) |
Definition at line 127 of file sc_sensitive.cc.
References sc_gem5::newStaticSensitivityFinder().
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
const sc_inout< sc_dt::sc_logic > & | port ) |
Definition at line 134 of file sc_sensitive.cc.
References sc_gem5::newStaticSensitivityFinder().
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
const sc_signal_in_if< bool > & | i ) |
Definition at line 96 of file sc_sensitive.cc.
References sc_gem5::newStaticSensitivityEvent().
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
const sc_signal_in_if< sc_dt::sc_logic > & | i ) |
Definition at line 104 of file sc_sensitive.cc.
References sc_gem5::newStaticSensitivityEvent().
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
sc_event_finder & | f ) |
Definition at line 142 of file sc_sensitive.cc.
References f(), and sc_gem5::newStaticSensitivityFinder().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | ::sc_gem5::Process * | p | ) |
Definition at line 87 of file sc_sensitive.cc.
References currentProcess.
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | const sc_event & | e | ) |
Definition at line 55 of file sc_sensitive.cc.
References currentProcess, and sc_gem5::newStaticSensitivityEvent().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | const sc_interface & | i | ) |
Definition at line 63 of file sc_sensitive.cc.
References currentProcess, and sc_gem5::newStaticSensitivityInterface().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | const sc_port_base & | b | ) |
Definition at line 71 of file sc_sensitive.cc.
References b, currentProcess, and sc_gem5::newStaticSensitivityPort().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | sc_event_finder & | f | ) |
Definition at line 79 of file sc_sensitive.cc.
References currentProcess, f(), and sc_gem5::newStaticSensitivityFinder().
|
friend |
Definition at line 85 of file sc_sensitive.hh.
|
private |
Definition at line 94 of file sc_sensitive.hh.
Referenced by operator<<(), operator<<(), operator<<(), operator<<(), and operator<<().