Go to the documentation of this file.
32 #ifndef __MEM_RUBY_NETWORK_GARNET_0_ROUTER_HH__
33 #define __MEM_RUBY_NETWORK_GARNET_0_ROUTER_HH__
48 #include "params/GarnetRouter.hh"
75 void print(std::ostream& out)
const {};
83 uint32_t consumerVcs);
137 float *aggregate_fault_prob) {
139 aggregate_fault_prob);
171 #endif // __MEM_RUBY_NETWORK_GARNET_0_ROUTER_HH__
This is a simple scalar statistic, like a counter.
CrossbarSwitch crossbarSwitch
GarnetNetwork * m_network_ptr
InputUnit * getInputUnit(unsigned port)
void addOutPort(PortDirection outport_dirn, NetworkLink *link, std::vector< NetDest > &routing_table_entry, int link_weight, CreditLink *credit_link, uint32_t consumerVcs)
GarnetNetwork * get_net_ptr()
bool get_fault_vector(int temperature, float fault_vector[])
void addInPort(PortDirection inport_dirn, NetworkLink *link, CreditLink *credit_link)
std::string PortDirection
bool get_aggregate_fault_probability(int temperature, float *aggregate_fault_prob)
bool fault_vector(int routerID, int temperature, float fault_vector[])
statistics::Scalar m_crossbar_activity
void print(std::ostream &out) const
statistics::Scalar m_sw_input_arbiter_activity
void resetStats()
Callback to reset stats.
uint32_t m_virtual_networks
statistics::Scalar m_buffer_writes
int route_compute(RouteInfo route, int inport, PortDirection direction)
Cycles is a wrapper class for representing cycle counts, i.e.
bool fault_prob(int routerID, int temperature, float *aggregate_fault_prob)
void init_net_ptr(GarnetNetwork *net_ptr)
statistics::Scalar m_buffer_reads
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
void regStats()
Callback to set stat parameters.
statistics::Scalar m_sw_output_arbiter_activity
PortDirection getOutportDirection(int outport)
void grant_switch(int inport, flit *t_flit)
void printFaultVector(std::ostream &out)
GarnetRouterParams Params
PortDirection getInportDirection(int inport)
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
uint32_t get_vc_per_vnet()
std::vector< std::shared_ptr< OutputUnit > > m_output_unit
std::vector< std::shared_ptr< InputUnit > > m_input_unit
std::string getPortDirectionName(PortDirection direction)
void schedule_wakeup(Cycles time)
void printAggregateFaultProbability(std::ostream &out)
OutputUnit * getOutputUnit(unsigned port)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint32_t functionalWrite(Packet *)
SwitchAllocator switchAllocator
Generated on Wed Jul 13 2022 10:39:25 for gem5 by doxygen 1.8.17