35a36
> #include "mem/ruby/network/simple/SimpleNetwork.hh"
38d38
< #include "mem/ruby/network/Network.hh"
71a72,73
> SimpleNetwork* net_ptr =
> safe_cast<SimpleNetwork*>(RubySystem::getNetwork());
75c77
< bw_multiplier);
---
> bw_multiplier, net_ptr->getEndpointBandwidth());
84d85
< Network* net_ptr = RubySystem::getNetwork();