summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2010-08-08 22:57:16 -0700
committerNathan Binkert <nate@binkert.org>2010-08-08 22:57:16 -0700
commit2e9e75447a50146e0e8346de4362f7a4570f84ec (patch)
tree02a7636b34f269742364532317b72f39ad4fed63 /configs
parent545a6fcd04e009f031278c0b3ea0c14b44b8d16f (diff)
downloadgem5-2e9e75447a50146e0e8346de4362f7a4570f84ec.tar.xz
None, not none
Diffstat (limited to 'configs')
-rw-r--r--configs/common/Options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py
index 0bbc186e4..bf764b407 100644
--- a/configs/common/Options.py
+++ b/configs/common/Options.py
@@ -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