Fixup checkpointing with the new config stuff.

objects/Root.mpy:
    add checkpointing as a parameter to the root object.

--HG--
extra : convert_revision : 3b809ebd776c8a9256a4ad6f8783cd96ab5cb1b3
This commit is contained in:
Nathan Binkert 2005-01-21 15:09:42 -05:00
parent 77ae088345
commit f3ff5fe28d

View file

@ -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")