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