Review Board 2.0.15


mem: Allow read-only caches and check compliance

Review Request #2883 - Created June 10, 2015 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10884:3c905b624d7e
---------------------------
mem: Allow read-only caches and check compliance

This patch adds a parameter to the BaseCache to enable a read-only
cache, for example for the instruction cache, or table-walker cache
(not for x86). A number of checks are put in place in the code to
ensure a read-only cache does not end up with dirty data.

A follow-on patch adds suitable read requests to allow a read-only
cache to explicitly ask for clean data.

   

Issue Summary

3 0 3 0
Description From Last Updated Status
Review request changed
Updated (July 3, 2015, 7:17 a.m.)

Status: Closed (submitted)