From 6dfebd54ddf777f0b6641f57a9acba7f1618cc94 Mon Sep 17 00:00:00 2001 From: Chris Ballance Date: Sun, 11 Mar 2018 22:55:39 +0000 Subject: [PATCH] ttl_serdes_7series: use correct IBUFDS_INTERMDISABLE port names --- artiq/gateware/rtio/phy/ttl_serdes_7series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/gateware/rtio/phy/ttl_serdes_7series.py b/artiq/gateware/rtio/phy/ttl_serdes_7series.py index 0c5b89c9b..ed6faf566 100644 --- a/artiq/gateware/rtio/phy/ttl_serdes_7series.py +++ b/artiq/gateware/rtio/phy/ttl_serdes_7series.py @@ -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):