forked from M-Labs/artiq
ttl_serdes_7series: use correct IBUFDS_INTERMDISABLE port names
This commit is contained in:
parent
44277c5b7e
commit
6dfebd54dd
|
@ -66,7 +66,7 @@ class _ISERDESE2_8X(Module):
|
|||
i_IBUFDISABLE=0,
|
||||
i_INTERMDISABLE=0,
|
||||
o_O=pad_i,
|
||||
io_IO=pad, io_IOB=pad_n)
|
||||
io_I=pad, io_IB=pad_n)
|
||||
|
||||
|
||||
class _IOSERDESE2_8X(Module):
|
||||
|
|
Loading…
Reference in New Issue