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
parent
c3983d779c
commit
f2f599ec60
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue