projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e18e45
)
Connect Ethernet IRQ
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sun, 20 May 2012 21:48:41 +0000
(23:48 +0200)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sun, 20 May 2012 21:48:41 +0000
(23:48 +0200)
top.py
patch
|
blob
|
history
diff --git
a/top.py
b/top.py
index f8b88a400c8da517b262aa93c42fba27ad3a4ef6..323981dfa2a2d7a642785bb6fb9e6300c9712671 100644
(file)
--- 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)
])
#