gth_ultrascale: make OBUFDS_GTE3 work

https://www.xilinx.com/support/answers/67919.html
pull/1403/head
Sebastien Bourdeauducq 2019-12-09 18:13:22 +08:00
parent f7a5df8d81
commit 307a6ca140
1 changed files with 2 additions and 0 deletions

View File

@ -695,6 +695,8 @@ class GTH(Module, TransceiverInterface):
if clock_recout_pads is not None:
self.specials += Instance("OBUFDS_GTE3",
p_REFCLK_EN_TX_PATH=0b1,
p_REFCLK_ICNTL_TX=0b00111,
i_I=self.gths[0].rxrecclkout,
i_CEB=0,
o_O=clock_recout_pads.p, o_OB=clock_recout_pads.n)