Set TX UART pin high on reset
Without this we get corrupted data on the output after
SoC reset. It was present there, but got removed in
908e72e65b
refactor.
Fixes #991
This commit is contained in:
parent
78c1751c47
commit
47291e07f7
|
@ -57,6 +57,8 @@ class RS232PHYTX(Module):
|
|||
|
||||
# # #
|
||||
|
||||
pads.tx.reset = 1
|
||||
|
||||
data = Signal(8, reset_less=True)
|
||||
count = Signal(4, reset_less=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue