Config: Add support for restoring using a timing CPU
authorNilay Vaish <nilay@cs.wisc.edu>
Wed, 11 Jan 2012 19:50:18 +0000 (13:50 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Wed, 11 Jan 2012 19:50:18 +0000 (13:50 -0600)
commit03229f25759898ea2f82ef3e4fe761c452a49701
treec6225315ca2964bced98b476a60cb1d16fd61cc9
parentbf59a9298f6154cb85ebebabd4f45738caf29b35
Config: Add support for restoring using a timing CPU
Currently there is an assumption that restoration from a checkpoint will
happen by first restoring to an atomic CPU and then switching to a timing
CPU. This patch adds support for directly restoring to a timing CPU. It
adds a new option '--restore-with-cpu' which is used to specify the type
of CPU to which the checkpoint should be restored to. It defaults to
'atomic' which was the case before.
configs/common/Options.py
configs/common/Simulation.py