mirror of https://github.com/m-labs/artiq.git
style
This commit is contained in:
parent
40d64fc782
commit
bc060b7f01
|
@ -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()
|
||||
|
||||
# # #
|
||||
|
|
Loading…
Reference in New Issue