gem5 v24.0.0.0
|
#include "systemc/core/sensitivity.hh"
#include "systemc/core/event.hh"
#include "systemc/core/port.hh"
#include "systemc/core/process.hh"
#include "systemc/core/scheduler.hh"
#include "systemc/ext/channel/sc_in.hh"
#include "systemc/ext/channel/sc_inout.hh"
#include "systemc/ext/channel/sc_out.hh"
#include "systemc/ext/core/messages.hh"
#include "systemc/ext/core/sc_export.hh"
#include "systemc/ext/core/sc_interface.hh"
#include "systemc/ext/core/sc_port.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_gem5 |
Functions | |
void | sc_gem5::newStaticSensitivityEvent (Process *p, const sc_core::sc_event *e) |
void | sc_gem5::newStaticSensitivityInterface (Process *p, const sc_core::sc_interface *i) |
void | sc_gem5::newStaticSensitivityPort (Process *p, const sc_core::sc_port_base *pb) |
void | sc_gem5::newStaticSensitivityExport (Process *p, const sc_core::sc_export_base *exp) |
void | sc_gem5::newStaticSensitivityFinder (Process *p, const sc_core::sc_event_finder *f) |
void | sc_gem5::newDynamicSensitivityEvent (Process *p, const sc_core::sc_event *e) |
void | sc_gem5::newDynamicSensitivityEventOrList (Process *p, const sc_core::sc_event_or_list *eol) |
void | sc_gem5::newDynamicSensitivityEventAndList (Process *p, const sc_core::sc_event_and_list *eal) |