Go to the documentation of this file.
34 #include "debug/RubyNetwork.hh"
47 MsgPtr msg_ptr,
int MsgSize, uint32_t bWidth,
Tick curTime)
69 else if (
id == (size - 1))
81 int new_id = (
m_id*ratio) + ser_id;
83 assert(new_id < new_size);
96 int new_id = ((int)
divCeil((
float)(
m_id+1), (
float)ratio)) - 1;
98 assert(new_id < new_size);
112 out <<
"Id=" <<
m_id <<
" ";
113 out <<
"Type=" <<
m_type <<
" ";
114 out <<
"Size=" <<
m_size <<
" ";
115 out <<
"Vnet=" <<
m_vnet <<
" ";
116 out <<
"VC=" <<
m_vc <<
" ";
121 out <<
"Set Time=" <<
m_time <<
" ";
122 out <<
"Width=" <<
m_width<<
" ";
bool functionalWrite(Packet *pkt)
std::shared_ptr< Message > MsgPtr
virtual flit * deserialize(int des_id, int num_flits, uint32_t bWidth)
std::pair< flit_stage, Tick > m_stage
void set_src_delay(Tick delay)
void set_enqueue_time(Tick time)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
virtual bool functionalWrite(Packet *pkt)
static constexpr T divCeil(const T &a, const U &b)
virtual void print(std::ostream &out) const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
virtual flit * serialize(int ser_id, int parts, uint32_t bWidth)
Generated on Wed May 4 2022 12:14:01 for gem5 by doxygen 1.8.17