gem5
v20.1.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(), MipsISA::p, and sc_core::sc_in< bool >::pos().
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(), MipsISA::p, and sc_core::sc_in< sc_dt::sc_logic >::pos().
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(), MipsISA::p, and sc_core::sc_inout< bool >::pos().
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(), MipsISA::p, and sc_core::sc_inout< sc_dt::sc_logic >::pos().
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 ArmISA::i, sc_gem5::newStaticSensitivityEvent(), and MipsISA::p.
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 ArmISA::i, sc_gem5::newStaticSensitivityEvent(), and MipsISA::p.
void sc_core::sc_sensitive::operator() | ( | ::sc_gem5::Process * | p, |
sc_event_finder & | f | ||
) |
Definition at line 142 of file sc_sensitive.cc.
References ArmISA::f, sc_gem5::newStaticSensitivityFinder(), and MipsISA::p.
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | ::sc_gem5::Process * | p | ) |
Definition at line 88 of file sc_sensitive.cc.
References currentProcess, and MipsISA::p.
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | const sc_event & | e | ) |
Definition at line 56 of file sc_sensitive.cc.
References currentProcess, ArmISA::e, and sc_gem5::newStaticSensitivityEvent().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | const sc_interface & | i | ) |
Definition at line 64 of file sc_sensitive.cc.
References currentProcess, ArmISA::i, and sc_gem5::newStaticSensitivityInterface().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | const sc_port_base & | b | ) |
Definition at line 72 of file sc_sensitive.cc.
References ArmISA::b, currentProcess, and sc_gem5::newStaticSensitivityPort().
sc_sensitive & sc_core::sc_sensitive::operator<< | ( | sc_event_finder & | f | ) |
Definition at line 80 of file sc_sensitive.cc.
References currentProcess, ArmISA::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<<().