From 8ad251c94c07ecd71f0369f092a3400ee7b08b02 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 20 May 2012 23:48:41 +0200 Subject: [PATCH] Connect Ethernet IRQ --- top.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ]) # -- 2.30.2