cores/uart: Fix refactoring typo (tick is a 1-bit Signal), thanks @tnt.
This commit is contained in:
parent
e7d04a2d1b
commit
4c8184fbb6
|
@ -42,7 +42,7 @@ class RS232ClkPhaseAccum(Module):
|
|||
def __init__(self, tuning_word, mode="tx"):
|
||||
assert mode in ["tx", "rx"]
|
||||
self.enable = Signal()
|
||||
self.tick = Signal(32)
|
||||
self.tick = Signal()
|
||||
|
||||
# # #
|
||||
|
||||
|
|
Loading…
Reference in New Issue