From: Sebastien Bourdeauducq Date: Sun, 20 May 2012 21:48:41 +0000 (+0200) Subject: Connect Ethernet IRQ X-Git-Tag: 24jan2021_ls180~3187 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ad251c94c07ecd71f0369f092a3400ee7b08b02;p=litex.git Connect Ethernet IRQ --- diff --git a/top.py b/top.py index f8b88a40..323981df 100644 --- a/top.py +++ b/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) ]) #