ad_ip_jesd204_tpl_adc_hw.tcl: Add 14 bit option for converter resolution

main
LIacob106 2022-07-20 10:23:48 +01:00 committed by LIacob106
parent 6aa899f161
commit 472f41ad2c
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ ad_ip_parameter DMA_BITS_PER_SAMPLE INTEGER 16 true [list \
ad_ip_parameter CONVERTER_RESOLUTION INTEGER 16 true [list \
DISPLAY_NAME "Converter Resolution (N)" \
ALLOWED_RANGES {8 11 12 16} \
ALLOWED_RANGES {8 11 12 14 16} \
UNITS bits \
GROUP $group \
]