1c1
< # Copyright (c) 2012, 2015, 2017 ARM Limited
---
> # Copyright (c) 2012, 2015, 2017, 2019 ARM Limited
103a104,109
> # Maximum number of outstanding snoop requests for sanity checks
> max_outstanding_snoops = Param.Int(512, "Max. outstanding snoops allowed")
>
> # Maximum routing table size for sanity checks
> max_routing_table_size = Param.Int(512, "Max. routing table size")
>