gem5/configs
Andreas Hansson fbdeb60316 mem: Deduce if cache should forward snoops
This patch changes how the cache determines if snoops should be
forwarded from the memory side to the CPU side. Instead of having a
parameter, the cache now looks at the port connected on the CPU side,
and if it is a snooping port, then snoops are forwarded. Less error
prone, and less parameters to worry about.

The patch also tidies up the CPU classes to ensure that their I-side
port is not snooping by removing overrides to the snoop request
handler, such that snoop requests will panic via the default
MasterPort implement
2016-02-10 04:08:24 -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 style: remove trailing whitespace 2016-02-06 17:21:18 -08: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