None, not none

This commit is contained in:
Nathan Binkert 2010-08-08 22:57:16 -07:00
parent 545a6fcd04
commit 2e9e75447a

View file

@ -41,9 +41,9 @@ parser.add_option("--topology", type="string", default="Crossbar",
help="check src/mem/ruby/network/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="string", default=none,
parser.add_option("--garnet-network", type="string", default=None,
help="'fixed'|'flexible'")
parser.add_option("--numa-high-bit", type="int", default=none,
parser.add_option("--numa-high-bit", type="int", default=None,
help="high order address bit to use for numa mapping")
# ruby sparse memory options