config: Update location of ruby topologies in help
authorDavid Hashe <david.hashe@amd.com>
Sat, 4 Jul 2015 15:43:47 +0000 (10:43 -0500)
committerDavid Hashe <david.hashe@amd.com>
Sat, 4 Jul 2015 15:43:47 +0000 (10:43 -0500)
Committed by: Nilay Vaish <nilay@cs.wisc.edu>

configs/ruby/Ruby.py

index 1fa969782c0c30af83823d3343325b6992212989..c9ef715937c1169d2068e40794b1a0e3d86f7ec3 100644 (file)
@@ -66,7 +66,7 @@ def define_options(parser):
 
     # 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",