summaryrefslogtreecommitdiff
path: root/configs/ruby/Ruby.py
diff options
context:
space:
mode:
authorDavid Hashe <david.hashe@amd.com>2015-07-04 10:43:47 -0500
committerDavid Hashe <david.hashe@amd.com>2015-07-04 10:43:47 -0500
commit64af6dafb1edd1287185d3e15c9071836e02b578 (patch)
treed212ef81ddc76dcf55b1871dd82c2ededbd8d9ee /configs/ruby/Ruby.py
parent11a48faeb49c0029a94d5e5aeb2a270a9e2971ec (diff)
downloadgem5-64af6dafb1edd1287185d3e15c9071836e02b578.tar.xz
config: Update location of ruby topologies in help
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
Diffstat (limited to 'configs/ruby/Ruby.py')
-rw-r--r--configs/ruby/Ruby.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py
index 1fa969782..c9ef71593 100644
--- a/configs/ruby/Ruby.py
+++ b/configs/ruby/Ruby.py
@@ -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",