changeset 082f25c02518 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=082f25c02518
description:
config: Add missing point of coherency to memcheck script
Bring in line with changes to the XBar class.
diffstat:
configs/example/memcheck.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 98e5204d0a52 -r 082f25c02518 configs/example/memcheck.py
--- a/configs/example/memcheck.py Mon Apr 18 10:40:50 2016 +0100
+++ b/configs/example/memcheck.py Thu Apr 21 04:48:04 2016 -0400
@@ -285,6 +285,7 @@
# Connect the lowest level crossbar to the memory
last_subsys = getattr(system, 'l%dsubsys0' % len(cachespec))
last_subsys.xbar.master = system.physmem.port
+last_subsys.xbar.point_of_coherency = True
root = Root(full_system = False, system = system)
if options.atomic:
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev