From d1b91c6019f846f32514d66830dcd5c247cdd84d Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Mon, 5 Mar 2018 10:19:13 +0000 Subject: [PATCH] fmcadc2: Delete redundant settings This project has only receive paths, all transmit related setting of the transceivers are redundant. --- projects/fmcadc2/common/fmcadc2_bd.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/fmcadc2/common/fmcadc2_bd.tcl b/projects/fmcadc2/common/fmcadc2_bd.tcl index 142b4e6b9..c1fc2aac7 100644 --- a/projects/fmcadc2/common/fmcadc2_bd.tcl +++ b/projects/fmcadc2/common/fmcadc2_bd.tcl @@ -32,8 +32,6 @@ ad_ip_instance util_adxcvr util_fmcadc2_xcvr ad_ip_parameter util_fmcadc2_xcvr CONFIG.QPLL_FBDIV 0x80 ;# N = 40 ad_ip_parameter util_fmcadc2_xcvr CONFIG.CPLL_FBDIV 1 ad_ip_parameter util_fmcadc2_xcvr CONFIG.TX_NUM_OF_LANES 0 -ad_ip_parameter util_fmcadc2_xcvr CONFIG.TX_OUT_DIV 1 -ad_ip_parameter util_fmcadc2_xcvr CONFIG.TX_CLK25_DIV 25 ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_NUM_OF_LANES 8 ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_OUT_DIV 1 ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_CLK25_DIV 25