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

Pass on tail.err.

parent acd29819
No related branches found
No related tags found
1 merge request!288Resolve L2SDP-836
......@@ -104,6 +104,7 @@ BEGIN
v_wr_sosi_arr(0).eop := '0';
v_wr_sosi_arr(c_nof_shiftreg_words-1).eop := '1';
v_wr_sosi_arr(c_nof_shiftreg_words-1).empty := rd_sosi_arr(0).empty;
v_wr_sosi_arr(c_nof_shiftreg_words-1).err := rd_sosi_arr(0).err;
END IF;
wr_sosi_arr <= v_wr_sosi_arr;
......
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