From dbc3b2e86a388dd11b9b4b7195dc5c30cee99c78 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Wed, 9 Oct 2013 17:28:14 -0500 Subject: config: correct example ruby scripts A couple of recent changesets added/deleted/edited some variables that are needed for running the example ruby scripts. This changeset edits these scripts to bring them to a working state. --- configs/common/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/common') diff --git a/configs/common/Options.py b/configs/common/Options.py index 6431d460f..cb9fc4988 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -115,7 +115,7 @@ def addCommonOptions(parser): parser.add_option("--ruby", action="store_true") # Run duration options - parser.add_option("-m", "--abs-max-tick", type="int", default=None, + parser.add_option("-m", "--abs-max-tick", type="int", default=m5.MaxTick, metavar="TICKS", help="Run to absolute simulated tick " \ "specified including ticks from a restored checkpoint") parser.add_option("--rel-max-tick", type="int", default=None, -- cgit v1.2.3