fifo module now working in loopback mode

This commit is contained in:
Imants Pulkstenis
2019-11-21 23:01:00 +02:00
parent b8bfb00389
commit 07cfe9893d
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ module effect_controler #( parameter
input reset,
input signed [d_width-1: 0] i_l_data,
input signed [d_width-1: 0] i_r_data,
output signed [d_width-1: 0] o_l_data,
output signed [d_width-1: 0] o_r_data
output signed [d_width-1: 0] o_l_data,
output signed [d_width-1: 0] o_r_data
);