projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a062c7a
)
Set UART bridge SEL signals to 0xF
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 25 Jun 2020 10:35:36 +0000
(12:35 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 25 Jun 2020 10:35:36 +0000
(12:35 +0200)
examples/uartbridge.py
patch
|
blob
|
history
diff --git
a/examples/uartbridge.py
b/examples/uartbridge.py
index 17a94301db9c1404f95a03e1438d86998fc9a411..747f63f6fd5ab41d6dfd0c9c8d092fc4bb1d7cd5 100644
(file)
--- a/
examples/uartbridge.py
+++ b/
examples/uartbridge.py
@@
-90,7
+90,7
@@
class UARTBridge(Elaboratable):
self.bus.stb.eq(1),
self.bus.we.eq(1),
self.bus.cyc.eq(1),
- self.bus.sel.eq(
1
),
+ self.bus.sel.eq(
0xF
),
]
with m.If(self.bus.ack):