None, not none
authorNathan Binkert <nate@binkert.org>
Mon, 9 Aug 2010 05:57:16 +0000 (22:57 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 9 Aug 2010 05:57:16 +0000 (22:57 -0700)
configs/common/Options.py

index 0bbc186e4dafbec33eb0123cc292041494f55d12..bf764b407168843f73579f9793a30b483dba63e3 100644 (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