Go to the documentation of this file.
52 #ifndef __MEM_RUBY_NETWORK_SIMPLE_SWITCH_HH__
53 #define __MEM_RUBY_NETWORK_SIMPLE_SWITCH_HH__
64 #include "mem/ruby/protocol/MessageSizeType.hh"
65 #include "params/Switch.hh"
81 const NetDest& routing_table_entry,
82 Cycles link_latency,
int bw_multiplier);
90 void print(std::ostream& out)
const;
130 #endif // __MEM_RUBY_NETWORK_SIMPLE_SWITCH_HH__
void init_net_ptr(SimpleNetwork *net_ptr)
Stats::Formula m_avg_utilization
std::ostream & operator<<(std::ostream &out, const Switch &obj)
void addInPort(const std::vector< MessageBuffer * > &in)
SimpleNetwork * m_network_ptr
Stats::Formula * m_msg_counts[MessageSizeType_NUM]
Switch & operator=(const Switch &obj)
std::list< Throttle > throttles
void resetStats()
Callback to reset stats.
std::vector< MessageBuffer * > m_port_buffers
PerfectSwitch perfectSwitch
void print(std::ostream &out) const
uint32_t functionalWrite(Packet *)
void regStats()
Callback to set stat parameters.
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
void addOutPort(const std::vector< MessageBuffer * > &out, const NetDest &routing_table_entry, Cycles link_latency, int bw_multiplier)
Switch::SwitchStats switchStats
Stats::Formula * m_msg_bytes[MessageSizeType_NUM]
const Stats::Formula & getMsgCount(unsigned int type) const
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
unsigned m_num_connected_buffers
Cycles is a wrapper class for representing cycle counts, i.e.
SwitchStats(Stats::Group *parent)
bool functionalRead(Packet *)
Generated on Tue Mar 23 2021 19:41:28 for gem5 by doxygen 1.8.17