Skip to content

Commit 457c5f7

Browse files
committed
fmcjesdadc1: Fix ad9250 core parameters settings
Fix CONVERTER_RESOLUTION parameter setting for ad9250. Also deleted the setting of BITS_PER_SAMPLE and DMA_BITS_PER_SAMPLE for ad9250 since they are set by default to the desired values. Signed-off-by: Dan Hotoleanu <[email protected]>
1 parent a381fe3 commit 457c5f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/fmcjesdadc1/common/fmcjesdadc1_bd.tcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ adi_tpl_jesd204_rx_create axi_ad9250_core $RX_NUM_OF_LANES \
2525
$RX_NUM_OF_CONVERTERS \
2626
$RX_SAMPLES_PER_FRAME \
2727
$RX_SAMPLE_WIDTH
28-
ad_ip_parameter axi_ad9250_core CONFIG.CONVERTER_RESOLUTION 14
29-
ad_ip_parameter axi_ad9250_core CONFIG.BITS_PER_SAMPLE 16
30-
ad_ip_parameter axi_ad9250_core CONFIG.DMA_BITS_PER_SAMPLE 16
28+
ad_ip_parameter axi_ad9250_core/adc_tpl_core CONFIG.CONVERTER_RESOLUTION 14
3129

3230
ad_ip_instance util_cpack2 axi_ad9250_cpack [list \
3331
NUM_OF_CHANNELS $RX_NUM_OF_CONVERTERS \

0 commit comments

Comments
 (0)