Skip to content
Snippets Groups Projects
Commit bd89a892 authored by Job van Wee's avatar Job van Wee
Browse files

Merge branch 'L2SDP-644' into L2SDP-657

parents 5b585755 595b5acb
No related branches found
No related tags found
1 merge request!215Resolve L2SDP-660
......@@ -92,7 +92,7 @@ BEGIN
change_in_sosi_arr : FOR J IN 0 TO 4 LOOP
WAIT FOR c_clk_period*1;
in_sosi_arr(0).data(g_data_w - 1 DOWNTO 0) <= in_sosi_arr(g_nof_streams-1).data(g_data_w - 1 DOWNTO 0);
loop_switch_data : FOR I IN 0 TO g_nof_streams-1 LOOP
loop_switch_data : FOR I IN 1 TO g_nof_streams-1 LOOP
in_sosi_arr(I).data(g_data_w - 1 DOWNTO 0) <= in_sosi_arr(I-1).data(g_data_w - 1 DOWNTO 0);
END LOOP;
END LOOP;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment