Skip to content

Commit a381fe3

Browse files
committed
ad_ip_jesd204_tpl_adc: Add value of 14 to CONVERTER_RESOLUTION parameter
Added new allowed value of 14 for the CONVERTER_RESOLUTION parameter. Signed-off-by: Dan Hotoleanu <[email protected]>
1 parent 3c07861 commit a381fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/jesd204/ad_ip_jesd204_tpl_adc/ad_ip_jesd204_tpl_adc_ip.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ foreach {p v} {
7777
"NUM_CHANNELS" "1 2 4 6 8 16 32 64" \
7878
"BITS_PER_SAMPLE" "8 12 16" \
7979
"DMA_BITS_PER_SAMPLE" "8 12 16" \
80-
"CONVERTER_RESOLUTION" "8 11 12 16" \
80+
"CONVERTER_RESOLUTION" "8 11 12 14 16" \
8181
"SAMPLES_PER_FRAME" "1 2 3 4 6 8 12 16" \
8282
"OCTETS_PER_BEAT" "4 6 8 12 16 32 64" \
8383
} { \

0 commit comments

Comments
 (0)