mem: Add support for WriteClean packets in the memory system
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 31 May 2016 17:03:42 +0000 (18:03 +0100)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 5 Dec 2017 11:47:01 +0000 (11:47 +0000)
commit2f6d69ee08bd92d9fcfb9b78f84b2d7c0ba113d0
tree8c4a2a779948fd5a9cac10635627e1e6075cf4b1
parentd8afb8679301392561f4255edb9789d22aec5a2e
mem: Add support for WriteClean packets in the memory system

This change adds support for creating and handling WriteClean
packets. The WriteClean operation is almost identical to a
WritebackDirty with the exception that the cache generating a
WriteClean retains a copy of the block.

Change-Id: I63c8de62919fad0f9547d412f8266aa4292ebecd
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Anouk Van Laer <anouk.vanlaer@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/5045
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/mem/cache/cache.cc
src/mem/cache/cache.hh
src/mem/cache/write_queue_entry.cc
src/mem/coherent_xbar.cc