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

Added missing out_sync and out_bsn to sensitivity list of p_out_sosi.

parent 1829d20e
No related branches found
No related tags found
No related merge requests found
Pipeline #26826 passed
......@@ -147,7 +147,7 @@ BEGIN
out_sync <= r.sync WHEN g_mm_rd_latency = 1 ELSE r_sync_p;
out_bsn <= r.bsn WHEN g_mm_rd_latency = 1 ELSE r_bsn_p;
u_sosi : PROCESS(r, mm_miso, out_sop, out_eop)
u_sosi : PROCESS(mm_miso, out_sop, out_eop, out_sync, out_bsn)
BEGIN
out_sosi <= c_dp_sosi_rst; -- To avoid Modelsim warnings on conversion to integer from unused fields.
out_sosi.data <= RESIZE_DP_DATA(mm_miso.rddata(g_word_w-1 DOWNTO 0));
......
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