gem5/configs
Andreas Hansson 7433d77fcf mem: Add an option to perform clean writebacks from caches
This patch adds the necessary commands and cache functionality to
allow clean writebacks. This functionality is crucial, especially when
having exclusive (victim) caches. For example, if read-only L1
instruction caches are not sending clean writebacks, there will never
be any spills from the L1 to the L2. At the moment the cache model
defaults to not sending clean writebacks, and this should possibly be
re-evaluated.

The implementation of clean writebacks relies on a new packet command
WritebackClean, which acts much like a Writeback (renamed
WritebackDirty), and also much like a CleanEvict. On eviction of a
clean block the cache either sends a clean evict, or a clean
writeback, and if any copies are still cached upstream the clean
evict/writeback is dropped. Similarly, if a clean evict/writeback
reaches a cache where there are outstanding MSHRs for the block, the
packet is dropped. In the typical case though, the clean writeback
allocates a block in the downstream cache, and marks it writable if
the evicted block was writable.

The patch changes the O3_ARM_v7a L1 cache configuration and the
default L1 caches in config/common/Caches.py
2015-11-06 03:26:43 -05:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common mem: Add an option to perform clean writebacks from caches 2015-11-06 03:26:43 -05:00
dram util: Fix minor issues in DRAM sweep scripts 2015-09-25 06:45:50 -04:00
example config: Update memtest to stress test cache clusivity 2015-11-06 03:26:42 -05:00
learning_gem5 config: Fix 'learning gem5' configs after SMT push 2015-10-01 04:07:15 -04:00
ruby ruby: profiler: provide the number of vnets through ruby system 2015-10-14 00:29:43 -05:00
splash2 mem: Add explicit Cache subclass and make BaseCache abstract 2015-08-21 07:03:23 -04:00
topologies config: topologies: slight code refactor 2014-02-23 19:16:15 -06:00