ad_serdes_clk : The reference clock selection line should by tied to 1
Just the CLKIN1 is used in the MMCM.main
parent
c6cfd1a2b6
commit
d1e638349b
|
@ -115,6 +115,7 @@ module ad_serdes_clk (
|
|||
.MMCM_CLK1_DIV (MMCM_CLK1_DIV))
|
||||
i_mmcm_drp (
|
||||
.clk (clk_in_s),
|
||||
.clk_sel (1'b1),
|
||||
.mmcm_rst (mmcm_rst),
|
||||
.mmcm_clk_0 (clk),
|
||||
.mmcm_clk_1 (div_clk),
|
||||
|
|
Loading…
Reference in New Issue