summaryrefslogtreecommitdiff
path: root/configs/common
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2012-01-09 18:08:20 -0600
committerAli Saidi <Ali.Saidi@ARM.com>2012-01-09 18:08:20 -0600
commit80a6907927461241883a47b552272702978216f8 (patch)
tree4cfb467aa115465241653336f7ab3ed345ad8251 /configs/common
parent3f9e352de4e1ac34e1f0b83c3f66af2175b524f4 (diff)
downloadgem5-80a6907927461241883a47b552272702978216f8.tar.xz
ARM: Add support for initparam m5 op
Diffstat (limited to 'configs/common')
-rw-r--r--configs/common/Options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py
index d5ea85090..2d4f52bc1 100644
--- a/configs/common/Options.py
+++ b/configs/common/Options.py
@@ -63,7 +63,8 @@ parser.add_option("--work-end-exit-count", action="store", type="int",
help="exit at specified work end count")
parser.add_option("--work-begin-exit-count", action="store", type="int",
help="exit at specified work begin count")
-
+parser.add_option("--init-param", action="store", type="int", default=0,
+ help="Parameter available in simulation with m5 initparam")
# Checkpointing options
###Note that performing checkpointing via python script files will override