Commit 952523e2 authored by Maciej Lipinski's avatar Maciej Lipinski

[swcore/in_blk] bugfix: do not accept rtu decision after requesting abort

parent 132912fb
......@@ -1037,6 +1037,7 @@ begin --archS_PCKSTART_SET_AND_REQ
if(rp_accept_rtu = '1' and rtu_rsp_valid_i = '0' ) then
-- no RTU decision for the frame, abort rtu match
rp_accept_rtu <= '0';
rtu_rsp_abort_o <= '1';
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