Skip to content
Snippets Groups Projects

Resolve L2SDP-551

Merged Eric Kooistra requested to merge L2SDP-551 into master
1 unresolved thread

Closes L2SDP-551

Merge request reports

Pipeline #22549 passed

Pipeline passed for e75d1fa7 on L2SDP-551

Merged by Reinier van der WalleReinier van der Walle 3 years ago (Dec 16, 2021 12:49pm UTC)

Loading

Pipeline #22552 passed

Pipeline passed for 2b6493b3 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
48 48 g_offload_time : NATURAL := c_sdp_offload_time;
49 49 g_beamset_id : NATURAL := 0;
50 50 g_P_sq : NATURAL := c_sdp_P_sq; -- use generic to support P_sq = 1 for one node and P_sq = c_sdp_P_sq for multiple nodes (with ring)
51 g_crosslets_direction : NATURAL := 1 -- > 0 for crosslet transport in positive direction (incrementing RN), else 0 for negative direction
51 g_crosslets_direction : NATURAL := 1; -- > 0 for crosslet transport in positive direction (incrementing RN), else 0 for negative direction
52 g_reverse_word_order : BOOLEAN := TRUE -- default word order is MSB after LSB, we need to stream LSB after MSB.
  • Eric Kooistra added 1 commit

    added 1 commit

    • 06df976e - Use X, Y order for BST. Use Im, Re order for XST.

    Compare with previous version

  • Eric Kooistra added 2 commits

    added 2 commits

    Compare with previous version

  • mentioned in commit 2b6493b3

  • Please register or sign in to reply
    Loading