From 2db67a9ac23ddc232f28436d64f42b51786828df Mon Sep 17 00:00:00 2001 From: Imants Pulkstenis Date: Sun, 13 Oct 2019 12:48:16 +0300 Subject: [PATCH] top --- top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top.v b/top.v index c7ebea1..2306cd8 100644 --- a/top.v +++ b/top.v @@ -70,7 +70,7 @@ i2s_transceiver #( //passing data to effect controler effect_controler #( .d_width(d_width) //data width -) effect_conroler ( +) effect_controler ( // .clk(clk), .i_l_data(l_data_rx), //left channel data received .i_r_data(r_data_rx), //right channel data received