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

/gem5/configs/common/
H A DSimulation.pydiff 9867:650fc966ed78 Wed Sep 11 16:34:00 EDT 2013 Joel Hestness <jthestness@gmail.com> config: Initialize and check cpt_starttick

The previous changeset (9816) that fixes the use of max ticks introduced the
variable cpt_starttick, which is used for setting the relative max tick.
Unfortunately, with checkpointing at an instruction count or with simpoints,
the checkpoint tick is not stored conveniently, so to ensure that cpt_starttick
is initialized, set it to 0. Also, if using --rel-max-tick, check the use of
instruction counts or simpoints to warn the user that the max tick setting does
not include the checkpoint ticks.

Completed in 21 milliseconds