Go to the documentation of this file.
36 #include "debug/RubyNetwork.hh"
42 m_latency(
p.link_latency), m_link_utilized(0),
43 m_virt_nets(
p.virt_nets), linkBuffer(),
44 link_consumer(nullptr), link_srcQueue(nullptr)
46 int num_vnets = (
p.supported_vnets).size();
49 for (
int i = 0;
i < num_vnets;
i++) {
76 DPRINTF(RubyNetwork,
"Woke up to transfer flits from %s\n",
82 DPRINTF(RubyNetwork,
"Transmission will finish at %ld :%s\n",
NetworkLink(const Params &p)
std::vector< int > mVnets
virtual void setVcsPerVnet(uint32_t consumerVcs)
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to ...
uint32_t functionalWrite(Packet *pkt)
std::vector< unsigned int > m_vc_load
void resetStats()
Callback to reset stats.
Tick clockEdge(Cycles cycles=Cycles(0)) const
Determine the tick when a cycle begins, by default the current one, but the argument also enables the...
flitBuffer * link_srcQueue
ClockedObject * src_object
void setLinkConsumer(Consumer *consumer)
virtual const std::string name() const
void scheduleEventAbsolute(Tick timeAbs)
void setSourceQueue(flitBuffer *src_queue, ClockedObject *srcClockObject)
bool isReady(Tick curTime)
uint32_t functionalWrite(Packet *)
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Cycles is a wrapper class for representing cycle counts, i.e.
unsigned int m_link_utilized
Tick curTick()
The universal simulation clock.
void scheduleEvent(Cycles timeDelta)
Generated on Tue Mar 23 2021 19:41:28 for gem5 by doxygen 1.8.17