Commit fd3f78c8 authored by sowarzan's avatar sowarzan

modules/genrams/common/inferred_async_fifo.vhd delete wr_count = 0 in rst

parent 25178623
......@@ -298,7 +298,6 @@ begin -- syn
begin
if rst_n_i = '0' then
almost_full_int <= '0';
wr_count <= (others => '0');
elsif rising_edge(clk_wr_i) then
wr_count <= std_logic_vector(unsigned(wcb.bin) - unsigned(rcb.bin_x));
if (unsigned(wr_count) >= g_almost_full_threshold) then
......
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