treshold change

This commit is contained in:
Imants Pulkstenis
2019-12-03 22:48:43 +02:00
parent 9701ead6d3
commit 6519459430
+1 -1
View File
@@ -60,7 +60,7 @@ clipping_effect #(
) clipping_effect (
.clk(clk),
.reset(reset),
.i_treshhold( {i_treshhold, 2'b00} ),
.i_treshhold( {2'b00, i_treshhold } ),
.i_data(i_data),
.i_read_done(i_read_done), // read done from effects controler
.i_data_ready(i_data_ready),