Skip to content

Commit 0392dd8

Browse files
author
Sebastien Bourdeauducq
committedDec 6, 2012
bank/csrgen: interface -> bus
1 parent bec02c4 commit 0392dd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎top.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ def get():
114114
fb0 = framebuffer.Framebuffer(csr_offset("FB"), asmiport_fb)
115115
asmiprobe0 = asmiprobe.ASMIprobe(csr_offset("ASMIPROBE"), asmicon0.hub)
116116
csrcon0 = csr.Interconnect(wishbone2csr0.csr, [
117-
uart0.bank.interface,
118-
dfii0.bank.interface,
119-
identifier0.bank.interface,
120-
timer0.bank.interface,
121-
minimac0.bank.interface,
122-
fb0.bank.interface,
123-
asmiprobe0.bank.interface
117+
uart0.bank.bus,
118+
dfii0.bank.bus,
119+
identifier0.bank.bus,
120+
timer0.bank.bus,
121+
minimac0.bank.bus,
122+
fb0.bank.bus,
123+
asmiprobe0.bank.bus
124124
])
125125

126126
#

0 commit comments

Comments
 (0)
Please sign in to comment.