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

Correct sensitivity list of p_concat.

parent 8fbb988a
Branches
No related tags found
No related merge requests found
Pipeline #73941 passed
...@@ -284,7 +284,7 @@ begin ...@@ -284,7 +284,7 @@ begin
-- Concatenate input data streams with BSN framing -- Concatenate input data streams with BSN framing
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
gen_concat : for I in 0 to c_sdp_S_pn - 1 generate gen_concat : for I in 0 to c_sdp_S_pn - 1 generate
p_concat : process(mux_sosi_arr, bs_sosi) p_concat : process(inp_sosi_arr, bs_sosi)
begin begin
st_sosi_arr(I) <= bs_sosi; -- timestamp st_sosi_arr(I) <= bs_sosi; -- timestamp
st_sosi_arr(I).data <= inp_sosi_arr(I).data; st_sosi_arr(I).data <= inp_sosi_arr(I).data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment