projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ae088
)
Fixup checkpointing with the new config stuff.
author
Nathan Binkert
<binkertn@umich.edu>
Fri, 21 Jan 2005 20:09:42 +0000
(15:09 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Fri, 21 Jan 2005 20:09:42 +0000
(15:09 -0500)
objects/Root.mpy:
add checkpointing as a parameter to the root object.
--HG--
extra : convert_revision :
3b809ebd776c8a9256a4ad6f8783cd96ab5cb1b3
objects/Root.mpy
patch
|
blob
|
history
diff --git
a/objects/Root.mpy
b/objects/Root.mpy
index 2649d59fa723a51172e2b8fa0201686c25609c6d..b1277168921504d63a67525cd9a4acabf98a23c6 100644
(file)
--- 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")