Skip to content
Snippets Groups Projects

Resolve L2SDP-275

Merged
Reinier van der Wallerequested to merge
L2SDP-275 into master
1 open thread

Closes L2SDP-275

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
  • Eric Kooistra
  • Reinier van der Walle resolved all threads

    resolved all threads

  • added 1 commit

    Compare with previous version

  • Eric Kooistra
    Eric Kooistra @kooistra started a thread on an outdated change in commit dcbffc8f
  • 126 IF v_source_rn < 0 THEN -- Cannot use MOD as N_rn is not a constant.
    127 v_source_rn := v_source_rn + N_rn;
    135 128 END IF;
    129
    130 IF v_source_rn > N_rn THEN
    131 v_source_rn := v_source_rn - N_rn;
    132 END IF;
    133
    134 v_source_rn_nat := v_source_rn;
    136 135 RETURN v_source_rn_nat;
    137 136 END;
    138 137
    139 FUNCTION nof_hops_to_source_rn(hops, this_rn, N_rn : STD_LOGIC_VECTOR; lane_dir : NATURAL) RETURN STD_LOGIC_VECTOR IS
    138 FUNCTION func_nof_hops_to_source_rn(hops, this_rn, N_rn : STD_LOGIC_VECTOR; lane_dir : NATURAL) RETURN STD_LOGIC_VECTOR IS
    140 139 BEGIN
    141 140 RETURN TO_UVEC(nof_hops_to_source_rn(TO_UINT(hops), TO_UINT(N_rn), TO_UINT(N_rn), lane_dir),hops'LENGTH);
  • added 1 commit

    Compare with previous version

  • Eric Kooistra mentioned in commit 43f73ca0

    mentioned in commit 43f73ca0

  • Please register or sign in to reply
    Loading