gem5 v24.1.0.1
|
#include <sensitivity.hh>
Private Member Functions | |
DynamicSensitivityEvent (Process *p, const sc_core::sc_event *e) | |
Friends | |
void | newDynamicSensitivityEvent (Process *p, const sc_core::sc_event *e) |
Additional Inherited Members | |
![]() | |
enum | Category { Static , Dynamic } |
![]() | |
Category | category () override |
![]() | |
void | satisfy () |
virtual bool | notifyWork (Event *e) |
bool | notify (Event *e) |
bool | ofMethod () |
![]() | |
void | clear () override |
![]() | |
DynamicSensitivity (Process *p) | |
void | addToEvent (const ::sc_core::sc_event *e) override |
void | delFromEvent (const ::sc_core::sc_event *e) override |
![]() | |
Sensitivity (Process *p) | |
virtual | ~Sensitivity () |
![]() | |
SensitivityEvent (Process *p, const ::sc_core::sc_event *e=nullptr) | |
![]() | |
Process * | process |
![]() | |
const ::sc_core::sc_event * | event |
Definition at line 256 of file sensitivity.hh.
|
inlineprivate |
Definition at line 263 of file sensitivity.hh.
|
friend |
Definition at line 188 of file sensitivity.cc.