forked from M-Labs/artiq
1
0
Fork 0

ttl_serdes_7series: cleanup indentation

Inconsistent with other code and confuses text editors.
This commit is contained in:
Sebastien Bourdeauducq 2018-03-20 15:49:59 +08:00
parent 276b0c7f06
commit fad066f1aa
1 changed files with 45 additions and 44 deletions

View File

@ -37,6 +37,7 @@ class _OSERDESE2_8X(Module):
i_T=self.t_out,
io_IO=pad, io_IOB=pad_n)
class _ISERDESE2_8X(Module):
def __init__(self, pad, pad_n=None):
self.o = Signal(8)