uart2wishbone: fix missing payload.d

This commit is contained in:
Florent Kermarrec 2014-10-16 09:37:43 +02:00
parent 2319ee0ab7
commit 9649b1497c
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class UART2Wishbone(Module, AutoCSR):
)
),
uart.tx.sink.stb.eq(1),
chooser(data, word_cnt.value, uart.tx.sink.d, n=4, reverse=True)
chooser(data, word_cnt.value, uart.tx.sink.payload.d, n=4, reverse=True)
)
###