Review Board 2.0.15


mem: Create a separate class for the cache write buffer

Review Request #3346 - Created Feb. 24, 2016 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 11369:5164e22ac2fb
---------------------------
mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.

   
Review request changed
Updated (March 17, 2016, 5:49 a.m.)

Status: Closed (submitted)