From ffaf78665fe23d9609179583562866142f010951 Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Thu, 6 Oct 2016 14:44:20 -0400 Subject: [PATCH] daq2- xcvr procedures --- projects/daq2/zc706/system_top.v | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/daq2/zc706/system_top.v b/projects/daq2/zc706/system_top.v index 5a7d3d58a..e9f01032c 100644 --- a/projects/daq2/zc706/system_top.v +++ b/projects/daq2/zc706/system_top.v @@ -392,9 +392,9 @@ module system_top ( .rx_data_2_p (rx_data_p[2]), .rx_data_3_n (rx_data_n[3]), .rx_data_3_p (rx_data_p[3]), - .rx_ref_clk (rx_ref_clk), - .rx_sync (rx_sync), - .rx_sysref (rx_sysref), + .rx_ref_clk_0 (rx_ref_clk), + .rx_sync_0 (rx_sync), + .rx_sysref_0 (rx_sysref), .spdif (spdif), .spi0_clk_i (spi0_clk), .spi0_clk_o (spi0_clk), @@ -425,9 +425,9 @@ module system_top ( .tx_data_2_p (tx_data_p[2]), .tx_data_3_n (tx_data_n[3]), .tx_data_3_p (tx_data_p[3]), - .tx_ref_clk (tx_ref_clk), - .tx_sync (tx_sync), - .tx_sysref (tx_sysref)); + .tx_ref_clk_0 (tx_ref_clk), + .tx_sync_0 (tx_sync), + .tx_sysref_0 (tx_sysref)); endmodule