axi_ad6676: Set data format to twos complement

Set data format to twos complement to reflect the format defined in the
part data sheet.
main
Laszlo Nagy 2020-10-09 10:48:37 +01:00 committed by Laszlo Nagy
parent c3983d779c
commit f2f599ec60
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ module axi_ad6676 #(
.CONVERTER_RESOLUTION (16),
.BITS_PER_SAMPLE (16),
.OCTETS_PER_BEAT (4),
.TWOS_COMPLEMENT (0)
.TWOS_COMPLEMENT (1)
) i_adc_jesd204 (
.link_clk (rx_clk),