Searched refs:SwitchAllocator (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DSwitchAllocator.hh47 class SwitchAllocator : public Consumer class in inherits:Consumer
50 SwitchAllocator(Router *router);
H A DSwitchAllocator.cc34 #include "mem/ruby/network/garnet2.0/SwitchAllocator.hh"
42 SwitchAllocator::SwitchAllocator(Router *router) function in class:SwitchAllocator
54 SwitchAllocator::init()
83 * The wakeup function of the SwitchAllocator performs a 2-stage
92 SwitchAllocator::wakeup()
112 SwitchAllocator::arbitrate_inports()
170 SwitchAllocator::arbitrate_outports()
196 DPRINTF(RubyNetwork, "SwitchAllocator at Router %d "
284 SwitchAllocator
[all...]
H A DRouter.hh53 class SwitchAllocator;
127 SwitchAllocator *m_sw_alloc;
H A DRouter.cc45 #include "mem/ruby/network/garnet2.0/SwitchAllocator.hh"
59 m_sw_alloc = new SwitchAllocator(this);

Completed in 8 milliseconds