python: update IRQ mapping in LupV board
Match IRQ map of QEMU LupV platform. Change-Id: I2a17250343032bdebdf92b9a47a3b5f7a9b6b917 Signed-off-by: Joël Porquet-Lupine <joel@porquet.org> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/61532 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
committed by
Joël Porquet-Lupine
parent
da3feeef09
commit
d1d7690123
@@ -110,7 +110,7 @@ class LupvBoard(AbstractSystemBoard, KernelDiskWorkload):
|
||||
self._excep_code = { 'INT_SOFT_SUPER': 1, 'INT_TIMER_SUPER': 5,
|
||||
'INT_TIMER_MACHINE': 7, 'INT_EXT_SUPER': 9,
|
||||
'INT_EXT_MACHINE': 10 }
|
||||
self._int_ids = { 'TTY': 1, 'BLK': 2, 'RNG': 3}
|
||||
self._int_ids = { 'TTY': 0, 'BLK': 1, 'RNG': 2}
|
||||
|
||||
# CLINT
|
||||
self.clint = Clint(pio_addr=0x2000000)
|
||||
|
||||
Reference in New Issue
Block a user