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

Corrected t_mem_cipo_arr.

parent 88903bf6
Branches
No related tags found
2 merge requests!148L2SDP-495,!146Prepared dp_bsn_align_v2.vhd (still empty) and mmp_, tb_ and tb_mmp_ files,...
...@@ -80,7 +80,7 @@ ENTITY mmp_dp_bsn_align_v2 IS ...@@ -80,7 +80,7 @@ ENTITY mmp_dp_bsn_align_v2 IS
-- Output via local MM in dp_clk domain -- Output via local MM in dp_clk domain
mm_copi : IN t_mem_copi; -- read access to output block, all output streams share same mm_copi mm_copi : IN t_mem_copi; -- read access to output block, all output streams share same mm_copi
mm_cipo_arr : OUT t_mem_copi_arr(g_nof_streams-1 DOWNTO 0); mm_cipo_arr : OUT t_mem_cipo_arr(g_nof_streams-1 DOWNTO 0);
mm_sosi : OUT t_dp_sosi -- streaming information that signals that an output block can be read mm_sosi : OUT t_dp_sosi -- streaming information that signals that an output block can be read
); );
END mmp_dp_bsn_align_v2; END mmp_dp_bsn_align_v2;
......
...@@ -108,7 +108,7 @@ ARCHITECTURE tb OF tb_dp_bsn_align_v2 IS ...@@ -108,7 +108,7 @@ ARCHITECTURE tb OF tb_dp_bsn_align_v2 IS
SIGNAL in_channel : t_channel_arr; SIGNAL in_channel : t_channel_arr;
SIGNAL mm_copi : t_mem_copi; -- read access to output block, all output streams share same mm_copi SIGNAL mm_copi : t_mem_copi; -- read access to output block, all output streams share same mm_copi
SIGNAL mm_cipo_arr : t_mem_copi_arr(g_nof_streams-1 DOWNTO 0); SIGNAL mm_cipo_arr : t_mem_cipo_arr(g_nof_streams-1 DOWNTO 0);
SIGNAL mm_sosi : t_dp_sosi; -- streaming information that signals that an output block can be read SIGNAL mm_sosi : t_dp_sosi; -- streaming information that signals that an output block can be read
SIGNAL out_siso_arr : t_dp_siso_arr(g_nof_streams-1 DOWNTO 0) := (OTHERS=>c_dp_siso_rdy); SIGNAL out_siso_arr : t_dp_siso_arr(g_nof_streams-1 DOWNTO 0) := (OTHERS=>c_dp_siso_rdy);
......
...@@ -86,7 +86,7 @@ ARCHITECTURE tb OF tb_mmp_dp_bsn_align_v2 IS ...@@ -86,7 +86,7 @@ ARCHITECTURE tb OF tb_mmp_dp_bsn_align_v2 IS
SIGNAL stimuli_sosi : t_dp_sosi; SIGNAL stimuli_sosi : t_dp_sosi;
SIGNAL in_sosi_arr : t_dp_sosi_arr(c_nof_streams-1 DOWNTO 0); SIGNAL in_sosi_arr : t_dp_sosi_arr(c_nof_streams-1 DOWNTO 0);
SIGNAL mm_copi : t_mem_copi; -- read access to output block, all output streams share same mm_copi SIGNAL mm_copi : t_mem_copi; -- read access to output block, all output streams share same mm_copi
SIGNAL mm_cipo_arr : t_mem_copi_arr(c_nof_streams-1 DOWNTO 0); SIGNAL mm_cipo_arr : t_mem_cipo_arr(c_nof_streams-1 DOWNTO 0);
SIGNAL mm_sosi : t_dp_sosi; -- streaming information that signals that an output block can be read SIGNAL mm_sosi : t_dp_sosi; -- streaming information that signals that an output block can be read
BEGIN BEGIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment