Skip to content
Snippets Groups Projects
Commit a8d3fb6c authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[FIFO] SystemVerilog -> Verilog fix in Q_srl.v

parent d4e91a19
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ module Q_srl (clock, reset, i_d, i_v, i_r, o_d, o_v, o_r, count, maxcount);
addr_full <= 0;
o_v_reg <= 0;
i_b_reg <= 1;
maxcount_reg <= '0;
maxcount_reg <= 0;
end
else begin
state <= state_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment