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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Merge requests
!275
added xon backpressure to flush tx stream when pause frames are received
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
added xon backpressure to flush tx stream when pause frames are received
L2SDP-759
into
master
Overview
6
Commits
5
Pipelines
2
Changes
4
3 open threads
Hide all comments
Merged
added xon backpressure to flush tx stream when pause frames are received
Reinier van der Walle
requested to merge
L2SDP-759
into
master
Aug 24, 2022
Overview
6
Commits
5
Pipelines
2
Changes
4
3 open threads
Hide all comments
by MAC
Closes
L2SDP-759
0
0
Merge request reports
Compare
master
version 1
f87f356b
Aug 24, 2022
master (base)
and
latest version
latest version
23714d05
5 commits,
Aug 24, 2022
version 1
f87f356b
4 commits,
Aug 24, 2022
4 files
+
80
−
24
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
applications/lofar2/libraries/sdp/src/vhdl/sdp_station.vhd
+
8
−
7
View file @ 23714d05
Edit in single-file editor
Open in Web IDE
Show full file
@@ -1045,13 +1045,14 @@ BEGIN
@@ -1045,13 +1045,14 @@ BEGIN
---------------
---------------
u_nw_10GbE_beamlet_output
:
ENTITY
nw_10GbE_lib
.
nw_10GbE
u_nw_10GbE_beamlet_output
:
ENTITY
nw_10GbE_lib
.
nw_10GbE
GENERIC
MAP
(
GENERIC
MAP
(
g_sim
=>
g_sim
,
g_sim
=>
g_sim
,
g_sim_level
=>
1
,
g_sim_level
=>
1
,
g_nof_macs
=>
c_nof_10GbE_beamlet_output
,
g_nof_macs
=>
c_nof_10GbE_beamlet_output
,
g_direction
=>
"TX_RX"
,
g_direction
=>
"TX_RX"
,
g_tx_fifo_fill
=>
c_fifo_tx_fill_beamlet_output
,
g_tx_fifo_fill
=>
c_fifo_tx_fill_beamlet_output
,
g_tx_fifo_size
=>
c_fifo_tx_size_beamlet_output
,
g_tx_fifo_size
=>
c_fifo_tx_size_beamlet_output
,
g_ip_hdr_field_arr
=>
c_sdp_cep_hdr_field_arr
g_ip_hdr_field_arr
=>
c_sdp_cep_hdr_field_arr
,
g_xon_backpressure
=>
TRUE
)
)
PORT
MAP
(
PORT
MAP
(
Loading