Commit 664ba341 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wrcore_v2: mini_nic: nrx_buf_full not ntx_buf_full

parent e7a8721e
......@@ -930,7 +930,7 @@ begin -- behavioral
nrx_size <= nrx_size - 1; --the buffer is full, last word was not written
end if;
if(mem_arb_rx = '0') then
if(ntx_buf_full = '0') then
if(nrx_buf_full = '0') then
nrx_avail <= nrx_avail - 1;
end if;
nrx_state <= RX_UPDATE_DESC;
......
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