Review Board 2.0.15


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
Review request changed
Updated (April 8, 2013, 8:20 a.m.)

Status: Discarded