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

Use g_stat_multiplex for st.sst.

parent 2170781f
No related branches found
No related tags found
1 merge request!268Debug XST subband index shifted
...@@ -310,7 +310,8 @@ BEGIN ...@@ -310,7 +310,8 @@ BEGIN
g_nof_stat => c_sdp_S_sub_bf*c_sdp_N_pol_bf, g_nof_stat => c_sdp_S_sub_bf*c_sdp_N_pol_bf,
g_in_data_w => c_sdp_W_beamlet_sum, g_in_data_w => c_sdp_W_beamlet_sum,
g_stat_data_w => c_longword_w, g_stat_data_w => c_longword_w,
g_stat_data_sz => c_longword_sz/c_word_sz g_stat_data_sz => c_longword_sz/c_word_sz,
g_stat_multiplex=> c_sdp_N_pol_bf
) )
PORT MAP ( PORT MAP (
mm_rst => mm_rst, mm_rst => mm_rst,
......
...@@ -262,7 +262,8 @@ BEGIN ...@@ -262,7 +262,8 @@ BEGIN
g_nof_stat => c_sdp_N_sub*c_sdp_Q_fft, g_nof_stat => c_sdp_N_sub*c_sdp_Q_fft,
g_in_data_w => c_sdp_W_subband, g_in_data_w => c_sdp_W_subband,
g_stat_data_w => g_wpfb.stat_data_w, g_stat_data_w => g_wpfb.stat_data_w,
g_stat_data_sz => g_wpfb.stat_data_sz g_stat_data_sz => g_wpfb.stat_data_sz,
g_stat_multiplex=> c_sdp_Q_fft
) )
PORT MAP ( PORT MAP (
mm_rst => mm_rst, mm_rst => mm_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment