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

Ready for review.

parent 3fda7332
No related branches found
No related tags found
1 merge request!215Resolve L2SDP-660
Pipeline #25879 passed
...@@ -92,7 +92,7 @@ BEGIN ...@@ -92,7 +92,7 @@ BEGIN
change_in_sosi_arr : FOR J IN 0 TO 4 LOOP change_in_sosi_arr : FOR J IN 0 TO 4 LOOP
WAIT FOR c_clk_period*1; 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); 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); 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;
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