diff options
-rw-r--r-- | src/dev/arm/RealView.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/arm/RealView.py b/src/dev/arm/RealView.py index e6839ca7d..4a353164a 100644 --- a/src/dev/arm/RealView.py +++ b/src/dev/arm/RealView.py @@ -1098,7 +1098,7 @@ class VExpress_GEM5_V1(VExpress_GEM5_V1_Base): class VExpress_GEM5_V2_Base(VExpress_GEM5_Base): gic = Gicv3(dist_addr=0x2c000000, redist_addr=0x2c010000, maint_int=ArmPPI(num=25), - its=Gicv3Its(pio_addr=0x2c120000)) + its=Gicv3Its(pio_addr=0x2e010000)) # Limiting to 128 since it will otherwise overlap with PCI space gic.cpu_max = 128 |