ruby: None, not none
This commit is contained in:
parent
794ca517f2
commit
6d207bf40d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue