From 53d735b17ee1a3bd27173138ed1937a45f20bc12 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 21 Apr 2016 04:48:04 -0400 Subject: config: Add missing point of coherency to memcheck script Bring in line with changes to the XBar class. --- configs/example/memcheck.py | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/example') diff --git a/configs/example/memcheck.py b/configs/example/memcheck.py index 18c75376f..17cab8b04 100644 --- a/configs/example/memcheck.py +++ b/configs/example/memcheck.py @@ -285,6 +285,7 @@ make_cache_level(cachespec, cache_proto, len(cachespec), None) # 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: -- cgit v1.2.3