diff options
author | Nathan Binkert <nate@binkert.org> | 2010-08-29 07:02:42 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2010-08-29 07:02:42 -0700 |
commit | 6d207bf40d0068c4dc9de6fd50004e36e1bd37b6 (patch) | |
tree | 206713adb20b9b8765d86d5b74dd02255d94c3c9 /configs/ruby | |
parent | 794ca517f23906e2e84bbfa3a69f3e1a777f9223 (diff) | |
download | gem5-6d207bf40d0068c4dc9de6fd50004e36e1bd37b6.tar.xz |
ruby: None, not none
Diffstat (limited to 'configs/ruby')
-rw-r--r-- | configs/ruby/Ruby.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py index 638d8ba93..645e5ef1c 100644 --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -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") |