Searched hist:8689 (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/common/
H A DSimulation.pydiff 8689:ec5f79b99ac3 Wed Jan 11 14:50:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> 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.
H A DOptions.pydiff 8689:ec5f79b99ac3 Wed Jan 11 14:50:00 EST 2012 Nilay Vaish <nilay@cs.wisc.edu> 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.

Completed in 43 milliseconds