Skip to content
Snippets Groups Projects
Commit bbd09570 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Correct v.blk_on in r.state s_block when gapsize = 0.

parent 2835b8ce
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
......@@ -216,7 +216,7 @@ begin
if v.eop = '1' and r.blk_en = '0' then
v.state := s_idle; -- accept disable after eop, not during block
end if;
if r.eop = '1' then
if v.eop = '1' then
v.blk_xon := xon_reg; -- accept XOFF after eop, not during block
end if;
......
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