forked from M-Labs/artiq
style
This commit is contained in:
parent
40d64fc782
commit
bc060b7f01
|
@ -67,8 +67,8 @@ class InOut(Module):
|
||||||
override_oe = Signal()
|
override_oe = Signal()
|
||||||
self.overrides = [override_en, override_o, override_oe]
|
self.overrides = [override_en, override_o, override_oe]
|
||||||
|
|
||||||
#: LSB of the input state (for edge detection; arbitrary choice, support for
|
# LSB of the input state (for edge detection; arbitrary choice, support for
|
||||||
#: short pulses will need a more involved solution).
|
# short pulses will need a more involved solution).
|
||||||
self.input_state = Signal()
|
self.input_state = Signal()
|
||||||
|
|
||||||
# # #
|
# # #
|
||||||
|
|
Loading…
Reference in New Issue