32 #ifndef __MEM_RUBY_NETWORK_GARNET2_0_ROUTER_HH__ 33 #define __MEM_RUBY_NETWORK_GARNET2_0_ROUTER_HH__ 48 #include "params/GarnetRouter.hh" 65 void print(std::ostream& out)
const {};
71 const NetDest& routing_table_entry,
124 float *aggregate_fault_prob) {
126 aggregate_fault_prob);
153 #endif // __MEM_RUBY_NETWORK_GARNET2_0_ROUTER_HH__
Stats::Scalar m_buffer_reads
GarnetNetwork * m_network_ptr
Cycles is a wrapper class for representing cycle counts, i.e.
PortDirection getOutportDirection(int outport)
void init_net_ptr(GarnetNetwork *net_ptr)
CrossbarSwitch crossbarSwitch
void grant_switch(int inport, flit *t_flit)
int route_compute(RouteInfo route, int inport, PortDirection direction)
GarnetRouterParams Params
void resetStats()
Callback to reset stats.
Stats::Scalar m_buffer_writes
bool get_aggregate_fault_probability(int temperature, float *aggregate_fault_prob)
std::string getPortDirectionName(PortDirection direction)
Stats::Scalar m_sw_output_arbiter_activity
This is a simple scalar statistic, like a counter.
Stats::Scalar m_sw_input_arbiter_activity
uint32_t functionalWrite(Packet *)
OutputUnit * getOutputUnit(unsigned port)
void schedule_wakeup(Cycles time)
void addInPort(PortDirection inport_dirn, NetworkLink *link, CreditLink *credit_link)
SwitchAllocator switchAllocator
Stats::Scalar m_crossbar_activity
bool fault_prob(int routerID, int temperature, float *aggregate_fault_prob)
std::string PortDirection
GarnetNetwork * get_net_ptr()
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void printFaultVector(std::ostream &out)
bool get_fault_vector(int temperature, float fault_vector[])
void addOutPort(PortDirection outport_dirn, NetworkLink *link, const NetDest &routing_table_entry, int link_weight, CreditLink *credit_link)
void printAggregateFaultProbability(std::ostream &out)
void print(std::ostream &out) const
bool fault_vector(int routerID, int temperature, float fault_vector[])
std::vector< std::shared_ptr< OutputUnit > > m_output_unit
InputUnit * getInputUnit(unsigned port)
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
void regStats()
Callback to set stat parameters.
PortDirection getInportDirection(int inport)
std::vector< std::shared_ptr< InputUnit > > m_input_unit