----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3050/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11061:80cf3e7ad33e --------------------------- mem: Add snoops for CleanEvicts and Writebacks in atomic mode This patch mirrors the logic in timing mode which sends up snoops to check for cached copies before sending CleanEvicts and Writebacks down the memory hierarchy. In case there is a copy in a cache above, discard CleanEvicts and set the BLOCK_CACHED flag in Writebacks so that writebacks do not reset the cache residency bit in the snoop filter below. Diffs ----- src/mem/cache/cache.hh 110cce93d398 src/mem/cache/cache.cc 110cce93d398 src/mem/coherent_xbar.cc 110cce93d398 Diff: http://reviews.gem5.org/r/3050/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
