Deleted Added
sdiff udiff text old ( 13014:a4f71c3dc602 ) new ( 13504:5a01198080fa )
full compact
1# Copyright (c) 2012-2013, 2017-2018 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 81 unchanged lines hidden (view full) ---

90
91class Gicv2m(PioDevice):
92 type = 'Gicv2m'
93 cxx_header = "dev/arm/gic_v2m.hh"
94
95 pio_delay = Param.Latency('10ns', "Delay for PIO r/w")
96 gic = Param.BaseGic(Parent.any, "Gic on which to trigger interrupts")
97 frames = VectorParam.Gicv2mFrame([], "Power of two number of frames")