ruby: network: remove reconfiguration code
authorNilay Vaish <nilay@cs.wisc.edu>
Sat, 29 Jun 2013 02:36:37 +0000 (21:36 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sat, 29 Jun 2013 02:36:37 +0000 (21:36 -0500)
commitb3980cdb9a511227d5b2eb2d4ba75fde34cb209b
tree08cf6c59e320d644213f13b50449a2701d962051
parent62a93f0bf03385c5ed298b740162b06022f2e2ee
ruby: network: remove reconfiguration code
This code seems not to be of any use now. There is no path in the simulator
that allows for reconfiguring the network. A better approach would be to
take a checkpoint and start the simulation from the checkpoint with the new
configuration.
src/mem/ruby/network/Network.hh
src/mem/ruby/network/Topology.cc
src/mem/ruby/network/Topology.hh
src/mem/ruby/network/garnet/fixed-pipeline/GarnetNetwork_d.cc
src/mem/ruby/network/garnet/fixed-pipeline/GarnetNetwork_d.hh
src/mem/ruby/network/garnet/flexible-pipeline/GarnetNetwork.cc
src/mem/ruby/network/garnet/flexible-pipeline/GarnetNetwork.hh
src/mem/ruby/network/simple/SimpleNetwork.cc
src/mem/ruby/network/simple/SimpleNetwork.hh