Skip to content

Commit

Permalink
fixes apb interface to capture correct i2s fifo
Browse files Browse the repository at this point in the history
  • Loading branch information
clwe committed Apr 15, 2022
1 parent 3842707 commit 9acbcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DE1_SOC_Linux_Audio/DE1_SOC_Linux_Audio.v
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ module DE1_SOC_Linux_Audio(

// Mux capture data
assign i2s_output_apb_0_capture_fifo_data = i2s_clkctrl_apb_0_conduit_clk_sel_48_44 ?
i2s_capture_fifo_data48 : i2s_capture_fifo_data44;
i2s_capture_fifo_data44 : i2s_capture_fifo_data48;

// Mux out
assign AUD_DACDAT = i2s_clkctrl_apb_0_conduit_clk_sel_48_44 ? i2s_data_out44 : i2s_data_out48;
Expand Down

0 comments on commit 9acbcb4

Please sign in to comment.