phy/usp_gtX_1000basex: Use CPLLREFCLKSEL = 0b001 to let Vivado automatically select the right refclk.

This commit is contained in:
Florent Kermarrec 2023-06-23 08:50:30 +02:00
parent 2681a4f5d1
commit 2dfd4398c9
2 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ class USP_GTH_1000BASEX(LiteXModule):
i_CPLLLOCKDETCLK = 0b0,
i_CPLLLOCKEN = 0b1,
i_CPLLPD = pll_reset,
i_CPLLREFCLKSEL = 0b111,
i_CPLLREFCLKSEL = 0b001,
i_CPLLRESET = 0b0,
i_DMONFIFORESET = 0b0,
i_DMONITORCLK = 0b0,

View File

@ -574,7 +574,7 @@ class USP_GTY_1000BASEX(LiteXModule):
i_CPLLLOCKDETCLK = 0b0,
i_CPLLLOCKEN = 0b1,
i_CPLLPD = pll_reset,
i_CPLLREFCLKSEL = 0b111,
i_CPLLREFCLKSEL = 0b001,
i_CPLLRESET = 0b0,
i_DMONFIFORESET = 0b0,
i_DMONITORCLK = 0b0,