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"
87 const NetDest& routing_table_entry,
88 Cycles link_latency,
int bw_multiplier);
96 void print(std::ostream& out)
const;
139 #endif // __MEM_RUBY_NETWORK_SIMPLE_SWITCH_HH__
void addInPort(const std::vector< MessageBuffer * > &in)
Switch & operator=(const Switch &obj)
const statistics::Formula & getMsgCount(unsigned int type) const
void resetStats()
Callback to reset stats.
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
unsigned m_num_connected_buffers
std::vector< MessageBuffer * > m_port_buffers
uint32_t functionalWrite(Packet *)
gem5::ruby::Switch::SwitchStats switchStats
statistics::Formula * m_msg_bytes[MessageSizeType_NUM]
Cycles is a wrapper class for representing cycle counts, i.e.
void regStats()
Callback to set stat parameters.
void init_net_ptr(SimpleNetwork *net_ptr)
bool functionalRead(Packet *)
SwitchStats(statistics::Group *parent)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
statistics::Formula * m_msg_counts[MessageSizeType_NUM]
PerfectSwitch perfectSwitch
SimpleNetwork * m_network_ptr
void addOutPort(const std::vector< MessageBuffer * > &out, const NetDest &routing_table_entry, Cycles link_latency, int bw_multiplier)
statistics::Formula m_avg_utilization
void print(std::ostream &out) const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::list< Throttle > throttles
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
Generated on Wed May 4 2022 12:14:01 for gem5 by doxygen 1.8.17