Skip to content
Snippets Groups Projects

Resolve L2SDP-174 & L2SDP-173

Merged Reinier van der Walle requested to merge L2SDP-174 into master
2 unresolved threads

Created for review of JIRA tickets: L2SDP-173 & L2SDP-174.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
149 SIGNAL sp_subband_power_ratio_0 : REAL;
150 SIGNAL sp_subband_power_sum_ratio_0 : REAL;
151 SIGNAL sp_subband_power_leakage_sum_0 : REAL;
152
144
145 SIGNAL sp_beamlet_powers_arr2 : t_slv_64_subbands_arr(c_sdp_N_beamsets*c_sdp_N_pol-1 DOWNTO 0); -- [sp][sub]
146 SIGNAL sp_beamlet_power_0 : REAL;
147 SIGNAL sp_beamlet_power_sum : t_real_arr(c_sdp_N_beamsets*c_sdp_N_pol-1 DOWNTO 0) := (OTHERS=>0.0);
148 SIGNAL sp_beamlet_power_sum_0 : REAL;
149 SIGNAL sp_beamlet_power_ratio_0 : REAL;
150 SIGNAL sp_beamlet_power_sum_ratio_0 : REAL;
151 SIGNAL sp_beamlet_power_leakage_sum_0 : REAL;
152
153 -- 10GbE
154 CONSTANT c_exp_beamlet_index : NATURAL := NATURAL(c_subband_sp_0) * c_sdp_N_pol;
155 CONSTANT c_exp_beamlet : STD_LOGIC_VECTOR(15 DOWNTO 0) := x"7F81"; --Derived from simulation
  • Eric Kooistra
    Eric Kooistra @kooistra started a thread on an outdated change in commit d60e6462
  • 149 SIGNAL sp_subband_power_ratio_0 : REAL;
    150 SIGNAL sp_subband_power_sum_ratio_0 : REAL;
    151 SIGNAL sp_subband_power_leakage_sum_0 : REAL;
    152
    144
    145 SIGNAL sp_beamlet_powers_arr2 : t_slv_64_subbands_arr(c_sdp_N_beamsets*c_sdp_N_pol-1 DOWNTO 0); -- [sp][sub]
    146 SIGNAL sp_beamlet_power_0 : REAL;
    147 SIGNAL sp_beamlet_power_sum : t_real_arr(c_sdp_N_beamsets*c_sdp_N_pol-1 DOWNTO 0) := (OTHERS=>0.0);
    148 SIGNAL sp_beamlet_power_sum_0 : REAL;
    149 SIGNAL sp_beamlet_power_ratio_0 : REAL;
    150 SIGNAL sp_beamlet_power_sum_ratio_0 : REAL;
    151 SIGNAL sp_beamlet_power_leakage_sum_0 : REAL;
    152
    153 -- 10GbE
    154 CONSTANT c_exp_beamlet_index : NATURAL := NATURAL(c_subband_sp_0) * c_sdp_N_pol;
    155 CONSTANT c_exp_beamlet : STD_LOGIC_VECTOR(15 DOWNTO 0) := x"7F81"; --Derived from simulation
  • added 1 commit

    Compare with previous version

  • merged

  • Eric Kooistra mentioned in commit acbdde04

    mentioned in commit acbdde04

  • Please register or sign in to reply
    Loading