add fifo memory block

This commit is contained in:
Imants Pulkstenis
2019-11-21 22:21:35 +02:00
parent 4fc31319df
commit b8bfb00389
4 changed files with 178 additions and 11 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ i2s_receicer #(
effect_controler #(
.d_width(d_width) //data width
) effect_controler (
// .clk(clk),
.reset(reset_n), //asynchronous active high reset
.clk(master_clk),
.i_l_data(l_data_rx), //left channel data received
.i_r_data(r_data_rx), //right channel data received
.o_l_data(l_data_tx), //left channel data to transmit