mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Fix GPIO IRQ CSR generation
This commit is contained in:
parent
aef23c001a
commit
ce087640ed
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class _GPIOIRQ:
|
|||
)
|
||||
]
|
||||
setattr(self.ev, f"i{n}", esp)
|
||||
self.ev.finalize()
|
||||
|
||||
# GPIO Input ---------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue