sim: fold checkpoint restore code into instantiate()
authorSteve Reinhardt <steve.reinhardt@amd.com>
Tue, 17 Aug 2010 12:17:06 +0000 (05:17 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Tue, 17 Aug 2010 12:17:06 +0000 (05:17 -0700)
commit2519d116c9171ed4bf220d5049f244b333aa0842
tree9aa0a55cf7274e0657383903043e65b3d8fc8eaa
parentcfaddd5fd348bfa6fb8e575d87ca75a05e04b3b0
sim: fold checkpoint restore code into instantiate()
The separate restoreCheckpoint() call is gone; just pass
the checkpoint dir as an optional arg to instantiate().
This change is a precursor to some more extensive
reworking of the startup code.
configs/common/Simulation.py
src/python/m5/simulate.py