pull/1382/head
Sebastien Bourdeauducq 2019-10-16 18:18:11 +08:00
parent 40d64fc782
commit bc060b7f01
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ class InOut(Module):
override_oe = Signal()
self.overrides = [override_en, override_o, override_oe]
#: LSB of the input state (for edge detection; arbitrary choice, support for
#: short pulses will need a more involved solution).
# LSB of the input state (for edge detection; arbitrary choice, support for
# short pulses will need a more involved solution).
self.input_state = Signal()
# # #