Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
1ffbfef1
Commit
1ffbfef1
authored
1 year ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
processed review comments
parent
bf03d2b2
Branches
Branches containing commit
No related tags found
1 merge request
!367
Resolve HPR-131
Pipeline
#65293
passed
1 year ago
Stage: linting
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/rdma_demo/libraries/rdma_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd
+3
-1
3 additions, 1 deletion
...a_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd
with
3 additions
and
1 deletion
applications/rdma_demo/libraries/rdma_packetiser/src/vhdl/rdma_packetiser_assemble_header.vhd
+
3
−
1
View file @
1ffbfef1
...
@@ -46,7 +46,9 @@
...
@@ -46,7 +46,9 @@
-- . The PSN field (= Packet Sequence Number) is set to LSBs of the incoming BSN.
-- . The PSN field (= Packet Sequence Number) is set to LSBs of the incoming BSN.
-- This can be used to check the order or detect missing packets at the receiver.
-- This can be used to check the order or detect missing packets at the receiver.
-- . The incoming datastream has to be at least 6 valid cycles long and be able to handle
-- . The incoming datastream has to be at least 6 valid cycles long and be able to handle
-- backpressure.
-- backpressure. Using less than 6 cycles seem to result in corrupted packets. It seems
-- that it has to do with dp_offload_tx_v3 not capable of processing fast enough, further
-- investigation is necessary in order to get rid of this limitation.
-- References:
-- References:
-- . [1] https://support.astron.nl/confluence/x/3pKrB
-- . [1] https://support.astron.nl/confluence/x/3pKrB
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment