Skip to content
Snippets Groups Projects

fixed bug in dp_bsn_align_v2

Merged Reinier van der Walle requested to merge L2SDP-176 into master
3 unresolved threads

Closes L2SDP-176

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
128 128 SIGNAL scope_bf_sum_sosi_arr : t_dp_sosi_integer_arr(c_sdp_N_pol_bf-1 DOWNTO 0);
129 129 SIGNAL scope_bf_out_sosi_arr : t_dp_sosi_integer_arr(c_sdp_N_pol_bf-1 DOWNTO 0);
130 130 SIGNAL beamlet_scale : STD_LOGIC_VECTOR(c_sdp_W_beamlet_scale-1 DOWNTO 0);
131
132 SIGNAL node_index : NATURAL RANGE 0 TO c_sdp_N_pn_max-1 := 0;
  • 41 41 dp_clk : IN STD_LOGIC;
    42 42 dp_rst : IN STD_LOGIC;
    43 43
    44 node_index : IN NATURAL RANGE 0 TO c_sdp_N_pn_max-1 := 0;
  • added 1 commit

    Compare with previous version

  • 129 129 SIGNAL scope_bf_out_sosi_arr : t_dp_sosi_integer_arr(c_sdp_N_pol_bf-1 DOWNTO 0);
    130 130 SIGNAL beamlet_scale : STD_LOGIC_VECTOR(c_sdp_W_beamlet_scale-1 DOWNTO 0);
    131 131
    132 SIGNAL node_index : NATURAL RANGE 0 TO c_sdp_N_pn_max-1 := 0;
    132 SIGNAL rn_index : NATURAL RANGE 0 TO c_sdp_N_pn_max-1 := 0;
    133 133
    134 134 BEGIN
    135 135
    136 node_index <= TO_UINT(gn_id);
    136 rn_index <= TO_UINT(gn_id);
  • added 1 commit

    Compare with previous version

  • Eric Kooistra mentioned in commit d5670cc5

    mentioned in commit d5670cc5

  • merged

  • Please register or sign in to reply
    Loading