# Node ID 348b1528386f3d9260fea39044c4ca43b172c488 # Parent 73d4798871a5560325b95ed2a4358982608b07e5 diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -61,17 +61,17 @@ def define_options(parser): # Options related to cache structure parser.add_option("--ports", action="store", type="int", default=4, help="used of transitions per cycle which is a proxy \ for the number of ports.") # 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", choices=['fixed', 'flexible'], help="'fixed'|'flexible'") parser.add_option("--network-fault-model", action="store_true", default=False, help="enable network fault model: see src/mem/ruby/network/fault_model/") # ruby mapping options