gem5/tests
Stephan Diestelhorst 71a02f624e mem, config: Selective use of snoop filter
Disable the default snoop filter in the SystemXBar so that the
typical membus does not have a snoop filter by default. Instead,
add the snoop filter only when there are caches added to the system
(with the caches / l2cache options).

The underlying problem is that the snoop filter grows without
bounds (for now) if there are no caches to tell it that lines have
been evicted. This causes slow regression runs for all the atomic
regressions. This patch fixes this behaviour.

--HG--
extra : source : f97c20511828209757440839ed48d741d02d428f
2016-05-27 17:05:58 +01:00
..
configs mem, config: Selective use of snoop filter 2016-05-27 17:05:58 +01:00
long tests: Remove stale reference output files 2016-04-28 15:16:52 +01:00
quick tests: update EIO ref stats for removed cache stats 2016-05-07 14:43:06 -04:00
test-progs style: fix missing spaces in control statements 2016-02-06 17:21:19 -08:00
testing tests: Add test infrastructure as a Python module 2016-05-26 11:56:24 +01:00
diff-out tests: fix diff-out script for op/inst stat changes. 2012-02-12 18:35:59 -06:00
halt.sh Rearrange the FS configs to be more shared. Also check in the full-system tests. Reference stats coming soon. 2006-07-21 15:56:35 -04:00
run.py tests: Enable test running outside of gem5's source tree 2016-05-09 11:32:07 +01:00
SConscript tests: Add a basic memcheck regression 2016-04-25 03:46:12 -04:00
tests.py tests: Add test infrastructure as a Python module 2016-05-26 11:56:24 +01:00