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
1d080403
Commit
1d080403
authored
4 years ago
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
L2SDP-246
, cleanup.
parent
03ce8fc1
No related branches found
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!83
Resolve L2SDP-246
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2b_filterbank/tb/vhdl/tb_lofar2_unb2b_filterbank_sst_offload.vhd
+1
-4
1 addition, 4 deletions
...erbank/tb/vhdl/tb_lofar2_unb2b_filterbank_sst_offload.vhd
with
1 addition
and
4 deletions
applications/lofar2/designs/lofar2_unb2b_filterbank/tb/vhdl/tb_lofar2_unb2b_filterbank_sst_offload.vhd
+
1
−
4
View file @
1d080403
...
@@ -72,9 +72,6 @@ ARCHITECTURE tb OF tb_lofar2_unb2b_filterbank_sst_offload IS
...
@@ -72,9 +72,6 @@ ARCHITECTURE tb OF tb_lofar2_unb2b_filterbank_sst_offload IS
-- . 1GbE output
-- . 1GbE output
CONSTANT
c_eth_check_nof_packets
:
NATURAL
:
=
4512
;
-- received packets in 2 sync periods
CONSTANT
c_eth_check_nof_packets
:
NATURAL
:
=
4512
;
-- received packets in 2 sync periods
CONSTANT
c_eth_header_size
:
NATURAL
:
=
44
;
-- pad(2) + eth(14) + ip(20) + udp(8)
CONSTANT
c_udp_payload_size
:
NATURAL
:
=
4128
;
-- udp payload 32 + 4096
CONSTANT
c_eth_packet_size
:
NATURAL
:
=
c_eth_header_size
+
c_udp_payload_size
;
CONSTANT
c_eth_runtime_timeout
:
TIME
:
=
100
ms
;
-- factor 2 margin
CONSTANT
c_eth_runtime_timeout
:
TIME
:
=
100
ms
;
-- factor 2 margin
-- MM
-- MM
...
@@ -250,7 +247,7 @@ BEGIN
...
@@ -250,7 +247,7 @@ BEGIN
g_runtime_nof_packets
=>
c_eth_check_nof_packets
,
g_runtime_nof_packets
=>
c_eth_check_nof_packets
,
g_runtime_timeout
=>
c_eth_runtime_timeout
,
g_runtime_timeout
=>
c_eth_runtime_timeout
,
g_check_nof_valid
=>
TRUE
,
g_check_nof_valid
=>
TRUE
,
g_check_nof_valid_ref
=>
c_eth_check_nof_packets
-- *c_eth_packet_size
g_check_nof_valid_ref
=>
c_eth_check_nof_packets
)
)
PORT
MAP
(
PORT
MAP
(
eth_serial_in
=>
eth_txp
(
0
),
eth_serial_in
=>
eth_txp
(
0
),
...
...
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