mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
phy/usp_gtX_1000basex: Use CPLLREFCLKSEL = 0b001 to let Vivado automatically select the right refclk.
This commit is contained in:
parent
2681a4f5d1
commit
2dfd4398c9
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue