diff options
Diffstat (limited to 'src/dev/arm/Gic.py')
-rw-r--r-- | src/dev/arm/Gic.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/arm/Gic.py b/src/dev/arm/Gic.py index 8bc155fff..63ecc923b 100644 --- a/src/dev/arm/Gic.py +++ b/src/dev/arm/Gic.py @@ -182,3 +182,5 @@ class Gicv3(BaseGic): cpu_max = Param.Unsigned(256, "Maximum number of PE. This is affecting the maximum number of " "redistributors") + + gicv4 = Param.Bool(True, "GICv4 extension available") |