adrv9009/zc706: Hook up ref clock from IBUFDS_GT

main
Laszlo Nagy 2022-02-14 08:15:59 +00:00 committed by Laszlo Nagy
parent aac4746398
commit 4bd55dc5c2
1 changed files with 6 additions and 1 deletions

View File

@ -261,6 +261,10 @@ module system_top (
.O (ref_clk1), .O (ref_clk1),
.ODIV2 ()); .ODIV2 ());
BUFG i_bufg_ref_clk (
.I (ref_clk1),
.O (ref_clk1_bufg));
OBUFDS i_obufds_rx_sync ( OBUFDS i_obufds_rx_sync (
.I (rx_sync), .I (rx_sync),
.O (rx_sync_p), .O (rx_sync_p),
@ -426,7 +430,8 @@ module system_top (
.tx_data_3_p (tx_data_p[3]), .tx_data_3_p (tx_data_p[3]),
.tx_ref_clk_0 (ref_clk1), .tx_ref_clk_0 (ref_clk1),
.tx_sync_0 (tx_sync), .tx_sync_0 (tx_sync),
.tx_sysref_0 (sysref)); .tx_sysref_0 (sysref),
.ref_clk (ref_clk1_bufg));
endmodule endmodule