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

Correct src_out.empty for single word tail input.

parent 071657ea
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
......@@ -259,6 +259,8 @@ BEGIN
nxt_state <= s_sop;
ELSE -- Output frame needs 2 words
flush_arr(c_tail) <= c_dp_siso_rdy; -- also ready for hold input when the tail eop is there
v_out_empty := func_dp_empty_concat(head_empty_reg, tail_empty, c_nof_symbols_per_data);
nxt_out_empty_reg <= v_out_empty; -- capture the output empty field (needed in s_eop)
nxt_state <= s_eop;
END IF;
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