gem5/configs
Andreas Hansson 92f021cbbe mem: Move the point of coherency to the coherent crossbar
This patch introduces the ability of making the coherent crossbar the
point of coherency. If so, the crossbar does not forward packets where
a cache with ownership has already committed to responding, and also
does not forward any coherency-related packets that are not intended
for a downstream memory controller. Thus, invalidations and upgrades
are turned around in the crossbar, and the memory controller only sees
normal reads and writes.

In addition this patch moves the express snoop promotion of a packet
to the crossbar, thus allowing the downstream cache to check the
express snoop flag (as it should) for bypassing any blocking, rather
than relying on whether a cache is responding or not.
2016-02-10 04:08:25 -05:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common mem: Deduce if cache should forward snoops 2016-02-10 04:08:24 -05:00
dram config: Enable elastic trace capture and replay in se/fs 2015-12-07 16:42:16 -06:00
example mem: Move the point of coherency to the coherent crossbar 2016-02-10 04:08:25 -05:00
learning_gem5 config: Fix 'learning gem5' configs after SMT push 2015-10-01 04:07:15 -04:00
ruby ruby: changed all references to numCPs to num-cp 2016-01-22 10:42:12 -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