diff options
author | Kevin Lim <ktlim@umich.edu> | 2005-01-21 18:31:30 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2005-01-21 18:31:30 -0500 |
commit | e6b99b07684ca465d83a6d9858fe97a1d5a8177f (patch) | |
tree | eb77f23c2c71fd6b8128a945ca1282f2676ea8f0 /objects/Root.mpy | |
parent | 6ac7954242abf87252b2927c213e9e95bb0772ce (diff) | |
parent | fa7fa5a90909b79a97aee187aa1de52d96c9dde1 (diff) | |
download | gem5-e6b99b07684ca465d83a6d9858fe97a1d5a8177f.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5-patched/m5-new
--HG--
extra : convert_revision : e802c800a478c297d3aa780a9ea3c6701453d91d
Diffstat (limited to 'objects/Root.mpy')
-rw-r--r-- | objects/Root.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/Root.mpy b/objects/Root.mpy index 2649d59fa..b12771689 100644 --- a/objects/Root.mpy +++ b/objects/Root.mpy @@ -7,3 +7,4 @@ simobj Root(SimObject): "file to dump simulator config to") full_system = Param.Bool("Full system simulation?") hier = HierParams(do_data = false, do_events = true) + checkpoint = Param.String('', "Checkpoint file") |