axi_ltc2387: Update data formatter instance to use bits instead of octets

main
Laszlo Nagy 2022-06-02 12:59:06 +01:00 committed by Laszlo Nagy
parent d8a6e81c7e
commit ab29f21f7a
1 changed files with 1 additions and 1 deletions

View File

@ -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),