forked from M-Labs/artiq
ttl_serdes_7series: cleanup indentation
Inconsistent with other code and confuses text editors.
This commit is contained in:
parent
276b0c7f06
commit
fad066f1aa
|
@ -37,6 +37,7 @@ class _OSERDESE2_8X(Module):
|
||||||
i_T=self.t_out,
|
i_T=self.t_out,
|
||||||
io_IO=pad, io_IOB=pad_n)
|
io_IO=pad, io_IOB=pad_n)
|
||||||
|
|
||||||
|
|
||||||
class _ISERDESE2_8X(Module):
|
class _ISERDESE2_8X(Module):
|
||||||
def __init__(self, pad, pad_n=None):
|
def __init__(self, pad, pad_n=None):
|
||||||
self.o = Signal(8)
|
self.o = Signal(8)
|
||||||
|
|
Loading…
Reference in New Issue