Skip to content

Commit

Permalink
serdes/gty_ultrascale: Set TX_PROGDIV_CFG to 0 (Not used and for cons…
Browse files Browse the repository at this point in the history
…istency with other serdes).
  • Loading branch information
enjoy-digital committed Oct 5, 2023
1 parent 6fd87b4 commit 79dc108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteiclink/serdes/gty_ultrascale.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ def __init__(self, pll, tx_pads, rx_pads, sys_clk_freq, tx_clk=None, rx_clk=None
p_TX_PMA_RSV0 = 0b0000000000000000,
p_TX_PMA_RSV1 = 0b0000000000000000,
p_TX_PROGCLK_SEL = "PREPI",
p_TX_PROGDIV_CFG = data_width*pll.config["d"]/2,
p_TX_PROGDIV_CFG = 0,
p_TX_PROGDIV_RATE = 0b0000000000000001,
p_TX_RXDETECT_CFG = 0b00000000110010,
p_TX_RXDETECT_REF = 5,
Expand Down

0 comments on commit 79dc108

Please sign in to comment.