diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-03-21 21:22:21 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-03-21 21:22:21 -0700 |
commit | 4f044605e8a87873228933b4700e3e0ac9af27e5 (patch) | |
tree | f540e138a27ca0a4d9d1905d4f5199b470c1508b /configs/common | |
parent | 8b15ed7ebf939688e68ed2e6b1b2099972e1d295 (diff) | |
download | gem5-4f044605e8a87873228933b4700e3e0ac9af27e5.tar.xz |
ruby: Adds configurable bit selection for numa mapping
Diffstat (limited to 'configs/common')
-rw-r--r-- | configs/common/Options.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py index b0153f453..e7ab0d86b 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -43,6 +43,8 @@ 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, help="'fixed'|'flexible'") +parser.add_option("--numa-high-bit", type="int", default=none, + help="high order address bit to use for numa mapping") # ruby sparse memory options parser.add_option("--use-map", action="store_true", default=False) |