Sequencers: Reset clocks after cache warmup/cooldown
Review Request #1817 - Created April 7, 2013 and discarded
| Information | |
|---|---|
| Joel Hestness | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9634:4a87fbab0988 --------------------------- Sequencers: Reset clocks after cache warmup/cooldown Sequencers can be accessed by CPU cores after cache warm-up or cool-down but before their clocks have been reset in normal simulation, which can cause MessageBuffer assertion failures that the enqueue time of a message is later than the send time. This change ensures that the Sequencer clocks are reset after warm-up and cool-down to avoid this problem.
Numerous checkpoint restore tests with x86 + Ruby
Posted (April 7, 2013, 2:55 p.m.)
I am not sure if this is required. Which revision are you working with?
