Skip to content
Snippets Groups Projects
Commit 5166274d authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Updated Port comment

parent ad374a6d
No related branches found
No related tags found
1 merge request!38Resolve L2SDP-130
...@@ -46,10 +46,10 @@ ENTITY sdp_scope IS ...@@ -46,10 +46,10 @@ ENTITY sdp_scope IS
clk : IN STD_LOGIC; clk : IN STD_LOGIC;
rst : IN STD_LOGIC; rst : IN STD_LOGIC;
-- Streaming input samples for g_nof_streams -- Streaming input for P_pfb complex streams
sp_sosi_arr : IN t_dp_sosi_arr(c_sdp_P_pfb-1 DOWNTO 0); -- = [3:0] = Signal Paths [D,C,B,A] sp_sosi_arr : IN t_dp_sosi_arr(c_sdp_P_pfb-1 DOWNTO 0);
-- Scope output samples for g_nof_streams -- Scope output for S_pn streams
scope_sosi_arr : OUT t_dp_sosi_integer_arr(c_sdp_S_pn-1 DOWNTO 0) scope_sosi_arr : OUT t_dp_sosi_integer_arr(c_sdp_S_pn-1 DOWNTO 0)
); );
END sdp_scope; END sdp_scope;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment