Commit 7e2f1a07 authored by Andrey Filippov's avatar Andrey Filippov

minor bug fix

parent ae1f1eb4
......@@ -42,8 +42,6 @@ module fifo_sameclock_control#(
reg ramo_full;
reg rreg_full;
assign mem_regen = mem_regen;
assign mem_re = (|fill_ram) && (!ramo_full || !rreg_full || rd);
assign mem_regen = ramo_full && (!rreg_full || rd);
assign nempty = rreg_full;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment