Searched refs:RubyNetwork (Results 1 - 12 of 12) sorted by relevance

/gem5/src/mem/ruby/network/
H A DNetwork.py34 class RubyNetwork(ClockedObject): class in inherits:ClockedObject
35 type = 'RubyNetwork'
H A DTopology.cc34 #include "debug/RubyNetwork.hh"
303 DPRINTF(RubyNetwork, "Returning shortest path\n"
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py33 from m5.objects.Network import RubyNetwork
37 class SimpleNetwork(RubyNetwork):
H A DThrottle.cc35 #include "debug/RubyNetwork.hh"
114 DPRINTF(RubyNetwork, "throttle: %d my bw %d bw spent "
126 DPRINTF(RubyNetwork, "%s\n", *out);
138 DPRINTF(RubyNetwork, "vnet: %d", vnet);
192 DPRINTF(RubyNetwork, "%s not scheduled again\n", *this);
194 DPRINTF(RubyNetwork, "%s scheduled again\n", *this);
H A DPerfectSwitch.cc35 #include "debug/RubyNetwork.hh"
151 DPRINTF(RubyNetwork, "incoming: %d\n", incoming);
156 DPRINTF(RubyNetwork, "Message: %s\n", (*net_msg_ptr));
199 DPRINTF(RubyNetwork, "dst: %s\n", dst);
228 DPRINTF(RubyNetwork, "Checking if node is blocked ..."
236 DPRINTF(RubyNetwork, "Can't deliver message since a node "
238 DPRINTF(RubyNetwork, "Message: %s\n", (*net_msg_ptr));
274 DPRINTF(RubyNetwork, "Enqueuing net msg from "
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.py33 from m5.objects.Network import RubyNetwork
37 class GarnetNetwork(RubyNetwork):
H A DOutputUnit.cc37 #include "debug/RubyNetwork.hh"
68 DPRINTF(RubyNetwork, "Router %d OutputUnit %d decrementing credit for "
78 DPRINTF(RubyNetwork, "Router %d OutputUnit %d incrementing credit for "
H A DCrossbarSwitch.cc37 #include "debug/RubyNetwork.hh"
77 DPRINTF(RubyNetwork, "CrossbarSwitch at Router %d woke up "
H A DRouter.cc37 #include "debug/RubyNetwork.hh"
87 DPRINTF(RubyNetwork, "Router %d woke up\n", m_id);
H A DSwitchAllocator.cc36 #include "debug/RubyNetwork.hh"
196 DPRINTF(RubyNetwork, "SwitchAllocator at Router %d "
H A DNetworkInterface.cc41 #include "debug/RubyNetwork.hh"
181 DPRINTF(RubyNetwork, "Network Interface %d connected to router %d "
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py129 if isinstance(obj, m5.objects.RubyNetwork):

Completed in 16 milliseconds