From 92cfd1cac7f6f2d0abf64808f08f063cd0db1263 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Sun, 21 Mar 2010 21:22:21 -0700 Subject: ruby: Ruby support for sparse memory The patch includes direct support for the MI example protocol. --- configs/common/Options.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/common') diff --git a/configs/common/Options.py b/configs/common/Options.py index 7d1b0e745..b0153f453 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -43,7 +43,11 @@ 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'") - + +# ruby sparse memory options +parser.add_option("--use-map", action="store_true", default=False) +parser.add_option("--map-levels", type="int", default=4) + # Run duration options parser.add_option("-m", "--maxtick", type="int", default=m5.MaxTick, metavar="T", -- cgit v1.2.3