Review Board 2.0.15


ruby: moved topology to the top network directory

Review Request #651 - Created April 22, 2011 and submitted

Information
Brad Beckmann
gem5
Reviewers
Default
ali, gblack, nate, stever
ruby: moved topology to the top network directory

Moved the Topology class to the top network directory because it is shared by
both the simple and Garnet networks.

   
Posted (April 23, 2011, 1:36 p.m.)
Did you use hg mv?  The diff doesn't seem to include that information, though maybe reviewboard whacks that.
Posted (April 23, 2011, 1:36 p.m.)
Did you use hg mv?  The diff doesn't seem to include that information, though maybe reviewboard whacks that.
  1. Yes, I did.
    
    diff --git a/src/mem/ruby/network/simple/Topology.cc b/src/mem/ruby/network/Topology.cc
    rename from src/mem/ruby/network/simple/Topology.cc
    rename to src/mem/ruby/network/Topology.cc
    --- a/src/mem/ruby/network/simple/Topology.cc
    +++ b/src/mem/ruby/network/Topology.cc