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

Corrected input signal of SST

parent 25650af3
No related branches found
No related tags found
3 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!46Master,!45Resolve L2SDP-132
...@@ -218,14 +218,14 @@ BEGIN ...@@ -218,14 +218,14 @@ BEGIN
mm_clk => mm_clk, mm_clk => mm_clk,
dp_rst => dp_rst, dp_rst => dp_rst,
dp_clk => dp_clk, dp_clk => dp_clk,
in_complex => subband_equalizer_out_sosi_arr(I), in_complex => dp_selector_out_sosi_arr(I),
ram_st_sst_mosi => ram_st_sst_mosi_arr(I), ram_st_sst_mosi => ram_st_sst_mosi_arr(I),
ram_st_sst_miso => ram_st_sst_miso_arr(I) ram_st_sst_miso => ram_st_sst_miso_arr(I)
); );
END GENERATE; END GENERATE;
--------------------------------------------------------------- ---------------------------------------------------------------
-- COMBINE MEMORY MAPPED INTERFACES -- COMBINE MEMORY MAPPED INTERFACES OF SST
--------------------------------------------------------------- ---------------------------------------------------------------
-- Combine the internal array of mm interfaces for the subband -- Combine the internal array of mm interfaces for the subband
-- statistics to one array. -- statistics to one array.
......
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