config: Add missing point of coherency to memcheck script
Bring in line with changes to the XBar class.
This commit is contained in:
parent
68a7752d73
commit
53d735b17e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue