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

Revert "fixed mms_dp_gain_serial_arr latency"

This reverts commit cc66d7f3
parent 9bb01e16
No related branches found
No related tags found
1 merge request!271Resolve L2SDP-798
Pipeline #34317 passed
...@@ -120,10 +120,7 @@ BEGIN ...@@ -120,10 +120,7 @@ BEGIN
g_gain_w => c_sdp_W_bf_weight, g_gain_w => c_sdp_W_bf_weight,
g_in_dat_w => c_sdp_W_subband, g_in_dat_w => c_sdp_W_subband,
g_out_dat_w => c_gain_out_dat_w, g_out_dat_w => c_gain_out_dat_w,
g_gains_file_name => g_gains_file_name, g_gains_file_name => g_gains_file_name
-- extra input latency to ease timing.
g_pipeline_real_mult_input => 2,
g_pipeline_complex_mult_input => 2
) )
PORT MAP ( PORT MAP (
-- System -- System
......
...@@ -120,10 +120,7 @@ BEGIN ...@@ -120,10 +120,7 @@ BEGIN
g_gain_w => c_sdp_W_sub_weight, g_gain_w => c_sdp_W_sub_weight,
g_in_dat_w => c_sdp_W_subband, g_in_dat_w => c_sdp_W_subband,
g_out_dat_w => c_gain_out_dat_w, g_out_dat_w => c_gain_out_dat_w,
g_gains_file_name => g_gains_file_name, g_gains_file_name => g_gains_file_name
-- extra input latency to ease timing.
g_pipeline_real_mult_input => 2,
g_pipeline_complex_mult_input => 2
) )
PORT MAP ( PORT MAP (
-- System -- System
......
...@@ -100,7 +100,7 @@ ARCHITECTURE str OF mms_dp_gain_serial_arr IS ...@@ -100,7 +100,7 @@ ARCHITECTURE str OF mms_dp_gain_serial_arr IS
-- dat_w : NATURAL; -- dat_w : NATURAL;
-- nof_dat : NATURAL; -- optional, nof dat words <= 2**adr_w -- nof_dat : NATURAL; -- optional, nof dat words <= 2**adr_w
-- init_sl : STD_LOGIC; -- optional, init all dat words to std_logic '0', '1' or 'X' -- init_sl : STD_LOGIC; -- optional, init all dat words to std_logic '0', '1' or 'X'
CONSTANT c_mm_ram : t_c_mem := (latency => 1, CONSTANT c_mm_ram : t_c_mem := (latency => 2, -- set latency to 2 to ease timing
adr_w => ceil_log2(g_nof_gains), adr_w => ceil_log2(g_nof_gains),
dat_w => sel_a_b(g_complex_gain, c_nof_complex, 1) * g_gain_w, dat_w => sel_a_b(g_complex_gain, c_nof_complex, 1) * g_gain_w,
nof_dat => g_nof_gains, nof_dat => g_nof_gains,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment