ruby: None, not none
authorNathan Binkert <nate@binkert.org>
Sun, 29 Aug 2010 14:02:42 +0000 (07:02 -0700)
committerNathan Binkert <nate@binkert.org>
Sun, 29 Aug 2010 14:02:42 +0000 (07:02 -0700)
configs/ruby/Ruby.py

index 638d8ba9386925b4105c18a6b70549068003d23b..645e5ef1ca6e646cecb2a23e2188121c50f2c279 100644 (file)
@@ -38,11 +38,11 @@ def define_options(parser):
                  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'")
 
     # ruby mapping options
-    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. " \
                            "0 = highest bit, not specified = lowest bit")