changeset 96c0fe4a09f0 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=96c0fe4a09f0
description:
        config: Update location of ruby topologies in help

        Committed by: Nilay Vaish <[email protected]>

diffstat:

 configs/ruby/Ruby.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a90d22342aa5 -r 96c0fe4a09f0 configs/ruby/Ruby.py
--- a/configs/ruby/Ruby.py      Sat Jul 04 10:43:46 2015 -0500
+++ b/configs/ruby/Ruby.py      Sat Jul 04 10:43:47 2015 -0500
@@ -66,7 +66,7 @@
 
     # ruby network options
     parser.add_option("--topology", type="string", default="Crossbar",
-                 help="check src/mem/ruby/network/topologies for complete set")
+                      help="check configs/topologies for complete set")
     parser.add_option("--mesh-rows", type="int", default=1,
                       help="the number of rows in the mesh topology")
     parser.add_option("--garnet-network", type="choice",
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to