_currPwrState | ClockedObject | protected |
_params | SimObject | protected |
addInPort(PortDirection inport_dirn, NetworkLink *link, CreditLink *credit_link) | Router | |
addOutPort(PortDirection outport_dirn, NetworkLink *link, const NetDest &routing_table_entry, int link_weight, CreditLink *credit_link) | Router | |
alreadyScheduled(Tick time) | Consumer | inline |
BasicRouter(const Params *p) | BasicRouter | |
ckptCount | Serializable | static |
ckptMaxCount | Serializable | static |
ckptPrevCount | Serializable | static |
Clocked(ClockDomain &clk_domain) | Clocked | inlineprotected |
Clocked(Clocked &)=delete | Clocked | protected |
clockEdge(Cycles cycles=Cycles(0)) const | Clocked | inline |
ClockedObject(const ClockedObjectParams *p) | ClockedObject | |
clockPeriod() const | Clocked | inline |
collateStats() | Router | |
computeStats() | ClockedObject | |
Consumer(ClockedObject *_em) | Consumer | inline |
curCycle() const | Clocked | inline |
currentSection() | Serializable | static |
cyclesToTicks(Cycles c) const | Clocked | inline |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
drain() override | SimObject | inlinevirtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
find(const char *name) | SimObject | static |
frequency() const | Clocked | inline |
functionalWrite(Packet *) | Router | |
get_aggregate_fault_probability(int temperature, float *aggregate_fault_prob) | Router | inline |
get_fault_vector(int temperature, float fault_vector[]) | Router | inline |
get_id() | Router | inline |
get_inputUnit_ref() | Router | inline |
get_net_ptr() | Router | inline |
get_num_inports() | Router | inline |
get_num_outports() | Router | inline |
get_num_vcs() | Router | inline |
get_num_vnets() | Router | inline |
get_outputUnit_ref() | Router | inline |
get_pipe_stages() | Router | inline |
get_vc_per_vnet() | Router | inline |
getInportDirection(int inport) | Router | |
getOutportDirection(int outport) | Router | |
getPortDirectionName(PortDirection direction) | Router | |
getProbeManager() | SimObject | |
grant_switch(int inport, flit *t_flit) | Router | |
init() | Router | virtual |
init_net_ptr(GarnetNetwork *net_ptr) | Router | inline |
initState() | SimObject | virtual |
insertScheduledWakeupTime(Tick time) | Consumer | inline |
loadState(CheckpointIn &cp) | SimObject | virtual |
m_buffer_reads | Router | private |
m_buffer_writes | Router | private |
m_crossbar_activity | Router | private |
m_id | BasicRouter | protected |
m_input_unit | Router | private |
m_latency | Router | private |
m_network_ptr | Router | private |
m_num_vcs | Router | private |
m_output_unit | Router | private |
m_routing_unit | Router | private |
m_sw_alloc | Router | private |
m_sw_input_arbiter_activity | Router | private |
m_sw_output_arbiter_activity | Router | private |
m_switch | Router | private |
m_vc_per_vnet | Router | private |
m_virtual_networks | Router | private |
memInvalidate() | SimObject | inlinevirtual |
memWriteback() | SimObject | inlinevirtual |
name() const | SimObject | inlinevirtual |
nextCycle() const | Clocked | inline |
notifyFork() | Drainable | inlinevirtual |
numPwrStateTransitions | ClockedObject | protected |
operator=(Clocked &)=delete | Clocked | protected |
Params typedef | Router | |
params() const | BasicRouter | inline |
print(std::ostream &out) const | Router | inlinevirtual |
printAggregateFaultProbability(std::ostream &out) | Router | |
printFaultVector(std::ostream &out) | Router | |
prvEvalTick | ClockedObject | protected |
pwrState() const | ClockedObject | inline |
pwrState(Enums::PwrState) | ClockedObject | |
pwrStateClkGateDist | ClockedObject | protected |
pwrStateName() const | ClockedObject | inline |
pwrStateResidencyTicks | ClockedObject | protected |
pwrStateWeights() const | ClockedObject | |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() | Router | virtual |
reschedule(Event &event, Tick when, bool always=false) | EventManager | inline |
reschedule(Event *event, Tick when, bool always=false) | EventManager | inline |
resetClock() const | Clocked | inlineprotected |
resetStats() | Router | virtual |
route_compute(RouteInfo route, int inport, PortDirection direction) | Router | |
Router(const Params *p) | Router | |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
schedule_wakeup(Cycles time) | Router | |
scheduleEvent(Cycles timeDelta) | Consumer | protected |
scheduleEventAbsolute(Tick timeAbs) | Consumer | |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | ClockedObject | virtual |
serializeAll(CheckpointOut &cp) | SimObject | static |
Serializable::serializeAll(const std::string &cpt_dir) | Serializable | static |
serializeSection(CheckpointOut &cp, const char *name) const | Serializable | |
serializeSection(CheckpointOut &cp, const std::string &name) const | Serializable | inline |
setCurTick(Tick newVal) | EventManager | inline |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
startup() | SimObject | virtual |
storeEventInfo(int info) | Consumer | inlinevirtual |
ticksToCycles(Tick t) const | Clocked | inline |
unserialize(CheckpointIn &cp) override | ClockedObject | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
updateClockPeriod() const | Clocked | inline |
voltage() const | Clocked | inline |
wakeup() | Router | virtual |
wakeupEventQueue(Tick when=(Tick)-1) | EventManager | inline |
~Clocked() | Clocked | inlineprotectedvirtual |
~Consumer() | Consumer | inlinevirtual |
~Drainable() | Drainable | protectedvirtual |
~Router() | Router | |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |