Skip to content

Commit

Permalink
pick up the missing input bit
Browse files Browse the repository at this point in the history
  • Loading branch information
schnommus committed Oct 27, 2023
1 parent 896142e commit 89b3b6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gateware/drivers/ak4619.sv
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ always_ff @(posedge clk_256fs) begin
// BICK transition HI -> LO: Clock in W bits
// On HI -> LO both SDIN and SDOUT do not transition.
// (determined by AK4619 transition polarity register BCKP)
if (bit_counter == 0) begin
adc_words[channel] <= 0;
end
if (bit_counter < W) begin
adc_words[channel][W - bit_counter - 1] <= sdout1;
end
Expand Down

0 comments on commit 89b3b6a

Please sign in to comment.