ruby: simple network: store Switch* in PerfectSwitch and Throttle
authorNilay Vaish <nilay@cs.wisc.edu>
Sat, 12 Sep 2015 21:16:03 +0000 (16:16 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sat, 12 Sep 2015 21:16:03 +0000 (16:16 -0500)
commit25cd13dbf1d6f7d306b40c7e2e3d7231b0c5eb04
tree670ae38b6b7e1e70efb9c6b43c66ddd018c0f751
parentf611d4f22e913633e884b0d87b4de52def6434f3
ruby: simple network: store Switch* in PerfectSwitch and Throttle
There are two reasons for doing so:

a. provide a source of clock to PerfectSwitch. A follow on patch removes sender
and receiver pointers from MessageBuffer means that the object owning the
buffer should have some way of providing timing info.

b. schedule events.  A follow on patch removes the consumer class.  So the
PerfectSwitch needs some EventManager object to schedule events on its own.
src/mem/ruby/network/simple/PerfectSwitch.cc
src/mem/ruby/network/simple/PerfectSwitch.hh
src/mem/ruby/network/simple/Throttle.cc
src/mem/ruby/network/simple/Throttle.hh