projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2319ee0
)
uart2wishbone: fix missing payload.d
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 16 Oct 2014 07:37:43 +0000
(09:37 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 16 Oct 2014 07:37:43 +0000
(09:37 +0200)
miscope/uart2wishbone.py
patch
|
blob
|
history
diff --git
a/miscope/uart2wishbone.py
b/miscope/uart2wishbone.py
index f2c579be2732be0d08bb09a53566d579b71bec88..9f61693dc039e3be6ce0dc2d3cce8d41ab215596 100644
(file)
--- a/
miscope/uart2wishbone.py
+++ b/
miscope/uart2wishbone.py
@@
-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)
)
###