1c1
< # Copyright (c) 2012, 2015 ARM Limited
---
> # Copyright (c) 2012, 2015, 2017 ARM Limited
108a109,112
> # Specify whether this crossbar is the point of unification.
> point_of_unification = Param.Bool(False, "Consider this crossbar the " \
> "point of unification")
>
141a146,150
> # This specialisation of the coherent crossbar is to be considered
> # the point of unification, it connects the dcache and the icache
> # to the first level of unified cache.
> point_of_unification = True
>
163a173,179
> # This specialisation of the coherent crossbar is to be considered
> # the point of unification, it connects the dcache and the icache
> # to the first level of unified cache. This is needed for systems
> # without caches where the SystemXBar is also the point of
> # unification.
> point_of_unification = True
>