Searched refs:EventInfo (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/dsent/model/
H A DEventInfo.h32 class EventInfo class in namespace:DSENT
35 EventInfo(const String& event_name_, const Map<PortInfo*>* port_infos_);
36 ~EventInfo();
49 }; // class EventInfo
H A DEventInfo.cc22 #include "model/EventInfo.h"
29 EventInfo::EventInfo(const String& event_name_, const Map<PortInfo*>* port_infos_) function in class:DSENT::EventInfo
45 EventInfo::~EventInfo()
50 const String& EventInfo::getEventName() const
55 void EventInfo::setTransitionInfo(const String& port_name_, const TransitionInfo& trans_info_)
64 void EventInfo::setStaticTransitionInfo(const String& port_name_)
73 void EventInfo::setRandomTransitionInfos()
86 void EventInfo
[all...]
H A DElectricalModel.h32 class EventInfo;
210 EventInfo* getEventInfo(const String& event_name_);
259 Map<EventInfo*>* m_event_infos_;
H A DOpticalModel.h31 class EventInfo;
H A DElectricalModel.cc25 #include "model/EventInfo.h"
46 m_event_infos_ = new Map<EventInfo*>;
59 deletePtrMap<EventInfo>(m_event_infos_);
777 m_event_infos_->set(name_, new EventInfo(name_, getInputs()));
786 m_event_infos_->set(name_, new EventInfo(name_, getInputs()));
866 const EventInfo* event_info = m_event_infos_->get(event_name_);
883 EventInfo* ElectricalModel::getEventInfo(const String& event_name_)
/gem5/ext/dsent/model/electrical/
H A DMultiplexerCrossbar.cc28 #include "model/EventInfo.h"
113 EventInfo* event_info = getEventInfo("Multicast" + (String)i);
/gem5/ext/dsent/model/std_cells/
H A DDFFQ.cc27 #include "model/EventInfo.h"
98 EventInfo* idle_event_info = getEventInfo("Idle");

Completed in 15 milliseconds