Commit 946baf6c authored by Tristan Gingold's avatar Tristan Gingold

xwrf_loopback: adjust a comment

parent 520bba78
......@@ -267,7 +267,7 @@ begin
frame_wr <= '1';
frame_in <= wrf_snk_i.dat;
elsif(fsize>4 and fword_valid='1' and ffifo_full='1') then
fsize <= fsize-2; --last write was already unsuccesfull lbk_rxfsm <= DROP; end if;
fsize <= fsize-2; --last write was already unsuccesfull
lbk_rxfsm <= DROP;
end if;
......
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