Skip to content
Snippets Groups Projects

Clarify g_nof_destinations_max design revision parameter and package constants...

Merged Eric Kooistra requested to merge L2SDP-964 into master
4 files
+ 31
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -141,6 +141,7 @@ architecture tb of tb_lofar2_unb2b_sdp_station_bf is
@@ -141,6 +141,7 @@ architecture tb of tb_lofar2_unb2b_sdp_station_bf is
constant c_exp_beamlet_scale : natural := natural(g_beamlet_scale * real(c_sdp_unit_beamlet_scale)); -- c_sdp_unit_beamlet_scale = 2**15;
constant c_exp_beamlet_scale : natural := natural(g_beamlet_scale * real(c_sdp_unit_beamlet_scale)); -- c_sdp_unit_beamlet_scale = 2**15;
constant c_exp_beamlet_index : natural := 0; -- depends on beamset bset * c_sdp_S_sub_bf
constant c_exp_beamlet_index : natural := 0; -- depends on beamset bset * c_sdp_S_sub_bf
 
constant c_beamlet_index_mod : boolean := true;
constant c_exp_sdp_info : t_sdp_info := (
constant c_exp_sdp_info : t_sdp_info := (
TO_UVEC(3, 6), -- antenna_field_index
TO_UVEC(3, 6), -- antenna_field_index
@@ -1094,7 +1095,9 @@ begin
@@ -1094,7 +1095,9 @@ begin
-- Therefore accept any beamlet_index MOD c_sdp_S_sub_bf = 0 as correct
-- Therefore accept any beamlet_index MOD c_sdp_S_sub_bf = 0 as correct
-- in func_sdp_verify_cep_header().
-- in func_sdp_verify_cep_header().
if rx_beamlet_sosi.eop = '1' then
if rx_beamlet_sosi.eop = '1' then
v_bool := func_sdp_verify_cep_header(rx_sdp_cep_header, exp_sdp_cep_header);
v_bool := func_sdp_verify_cep_header(rx_sdp_cep_header,
 
exp_sdp_cep_header,
 
c_beamlet_index_mod);
end if;
end if;
end process;
end process;
Loading