ttl_serdes_7series: use correct IBUFDS_INTERMDISABLE port names

pull/962/head
Chris Ballance 2018-03-11 22:55:39 +00:00 committed by Sébastien Bourdeauducq
parent 44277c5b7e
commit 6dfebd54dd
1 changed files with 1 additions and 1 deletions

View File

@ -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):