mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Connect Ethernet IRQ
This commit is contained in:
parent
4e18e45686
commit
8ad251c94c
1 changed files with 2 additions and 1 deletions
3
top.py
3
top.py
|
@ -128,7 +128,8 @@ def get():
|
|||
# Interrupts
|
||||
#
|
||||
interrupts = Fragment([
|
||||
cpu0.interrupt[0].eq(uart0.events.irq)
|
||||
cpu0.interrupt[0].eq(uart0.events.irq),
|
||||
cpu0.interrupt[1].eq(minimac0.events.irq)
|
||||
])
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue