From 66d4f8fd5800175b962afb79a17a8f2b148fdced Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Thu, 5 Nov 2015 11:25:53 -0500 Subject: [PATCH] util_gtlb: output receive/transmit clocks --- library/util_gtlb/util_gtlb.v | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/util_gtlb/util_gtlb.v b/library/util_gtlb/util_gtlb.v index fe1c10e22..1fc9f9591 100644 --- a/library/util_gtlb/util_gtlb.v +++ b/library/util_gtlb/util_gtlb.v @@ -55,6 +55,8 @@ module util_gtlb ( input rx_p, input rx_n, + output rx_clk, + input [ 3:0] rx_gt_charisk_0, input [ 3:0] rx_gt_disperr_0, input [ 3:0] rx_gt_notintable_0, @@ -92,6 +94,8 @@ module util_gtlb ( output tx_p, output tx_n, + output tx_clk, + output [ 3:0] tx_gt_charisk_0, output reg [31:0] tx_gt_data_0, @@ -221,6 +225,7 @@ module util_gtlb ( assign rx_ip_sof_0 = 4'hf; assign rx_ip_data_0 = 32'd0; assign rx_ip_sync_0 = rx_sync; + assign rx_clk = rx_out_clk_0; assign tx_p = tx_0_p; assign tx_n = tx_0_n; @@ -233,6 +238,7 @@ module util_gtlb ( assign tx_sysref_0 = 1'd0; assign tx_sync_0 = tx_sync; assign tx_data_0 = 32'd0; + assign tx_clk = tx_out_clk_0; // gt loop back