axi_ltc2387: Update data formatter instance to use bits instead of octets
parent
d8a6e81c7e
commit
ab29f21f7a
|
@ -132,7 +132,7 @@ module axi_ltc2387_channel #(
|
|||
if (ADC_RES == 18) begin
|
||||
ad_datafmt #(
|
||||
.DATA_WIDTH (18),
|
||||
.OCTETS_PER_SAMPLE (4),
|
||||
.BITS_PER_SAMPLE (32),
|
||||
.DISABLE (DATAFORMAT_DISABLE)
|
||||
) i_ad_datafmt (
|
||||
.clk (adc_clk),
|
||||
|
|
Loading…
Reference in New Issue