gem5 v24.0.0.0
|
#include <set>
#include <vector>
#include "sim/eventq.hh"
#include "systemc/core/sched_event.hh"
#include "systemc/ext/core/sc_module.hh"
#include "systemc/ext/core/sc_port.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_core |
namespace | sc_gem5 |
Typedefs | |
typedef std::vector< DynamicSensitivity * > | sc_gem5::DynamicSensitivities |
typedef std::vector< StaticSensitivity * > | sc_gem5::StaticSensitivities |
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) |