config: Update location of ruby topologies in help
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
This commit is contained in:
parent
11a48faeb4
commit
64af6dafb1
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue