33 #include "debug/RubyNetwork.hh"
58 DPRINTF(RubyNetwork,
"Serializing a credit\n");
59 bool new_free =
false;
64 return new_credit_flit;
70 DPRINTF(RubyNetwork,
"DeSerializing a credit vc:%d free:%d\n",
85 out <<
"Type=" <<
m_type <<
" ";
86 out <<
"VC=" <<
m_vc <<
" ";
88 out <<
"Set Time=" <<
m_time <<
" ";
void print(std::ostream &out) const
flit * serialize(int ser_id, int parts, uint32_t bWidth)
flit * deserialize(int des_id, int num_flits, uint32_t bWidth)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.