Skip to content
Snippets Groups Projects
Commit d25aea00 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Defaulted src_in_Arr to c_dp_siso_rdy.

parent 4a64f5f3
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ ENTITY dp_demux IS
snk_out : OUT t_dp_siso;
snk_in : IN t_dp_sosi;
-- ST source
src_in_arr : IN t_dp_siso_arr(0 TO g_nof_output-1);
src_in_arr : IN t_dp_siso_arr(0 TO g_nof_output-1) := (OTHERS=>c_dp_siso_rdy);
src_out_arr : OUT t_dp_sosi_arr(0 TO g_nof_output-1)
);
END dp_demux;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment