fmcadc2: Delete redundant settings

This project has only receive paths, all transmit related setting of the
transceivers are redundant.
main
Istvan Csomortani 2018-03-05 10:19:13 +00:00 committed by István Csomortáni
parent f565818ab2
commit d1b91c6019
1 changed files with 0 additions and 2 deletions

View File

@ -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.QPLL_FBDIV 0x80 ;# N = 40
ad_ip_parameter util_fmcadc2_xcvr CONFIG.CPLL_FBDIV 1 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_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_NUM_OF_LANES 8
ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_OUT_DIV 1 ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_OUT_DIV 1
ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_CLK25_DIV 25 ad_ip_parameter util_fmcadc2_xcvr CONFIG.RX_CLK25_DIV 25