summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-01-21 15:09:42 -0500
committerNathan Binkert <binkertn@umich.edu>2005-01-21 15:09:42 -0500
commitf3ff5fe28d761ddcef2c4a6432b5caf4c9d0b608 (patch)
tree44eb5f251353b099bda044c04be279a222b0b838
parent77ae088345b9a05f9a2ae817d10d0b27fa8bb008 (diff)
downloadgem5-f3ff5fe28d761ddcef2c4a6432b5caf4c9d0b608.tar.xz
Fixup checkpointing with the new config stuff.
objects/Root.mpy: add checkpointing as a parameter to the root object. --HG-- extra : convert_revision : 3b809ebd776c8a9256a4ad6f8783cd96ab5cb1b3
-rw-r--r--objects/Root.mpy1
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")