Review Board 2.0.15


mem: Track DRAM read/write switching and add hysteresis

Review Request #2215 - Created March 17, 2014 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10127:70bd9d295117
---------------------------
mem: Track DRAM read/write switching and add hysteresis

This patch adds stats for tracking the number of reads/writes per bus
turn around, and also adds hysteresis to the write-to-read switching
to ensure that the queue does not oscilate around the low threshold.
All regressions pass after stats update.

Will go in with the other DRAM patches.