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
29b030e2
Commit
29b030e2
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Generics as for LOFAR2 SDP beamformer ring.
parent
cbd034d0
No related branches found
No related tags found
1 merge request
!389
Resolve L2SDP-1013
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/tb/vhdl/tb_dp_bsn_align_v2.vhd
+3
-3
3 additions, 3 deletions
libraries/base/dp/tb/vhdl/tb_dp_bsn_align_v2.vhd
with
3 additions
and
3 deletions
libraries/base/dp/tb/vhdl/tb_dp_bsn_align_v2.vhd
+
3
−
3
View file @
29b030e2
...
...
@@ -85,9 +85,9 @@ entity tb_dp_bsn_align_v2 is
generic
(
-- DUT
g_nof_streams
:
natural
:
=
2
;
-- number of input and output streams
g_bsn_latency_max
:
natural
:
=
1
;
-- Maximum travel latency of a remote block in number of block periods
g_bsn_latency_max
:
natural
:
=
2
;
-- Maximum travel latency of a remote block in number of block periods
g_bsn_latency_first_node
:
natural
:
=
1
;
g_nof_aligners_max
:
positive
:
=
1
;
-- 1 when only align at last node, > 1 when align at every intermediate node
g_nof_aligners_max
:
positive
:
=
8
;
-- 1 when only align at last node, > 1 when align at every intermediate node
g_block_size
:
natural
:
=
11
;
-- > 1, g_block_size=1 is not supported
g_block_period
:
natural
:
=
20
;
-- >= g_block_size, = g_block_size + c_gap_size
g_bsn_w
:
natural
:
=
c_dp_stream_bsn_w
;
-- number of bits in sosi BSN
...
...
@@ -106,7 +106,7 @@ entity tb_dp_bsn_align_v2 is
g_tb_diff_delay
:
integer
:
=
0
;
-- 0 = aligned inputs, -1 = max input delay for no loss,
-- >~ g_bsn_latency_max * g_block_period will give loss
g_tb_nof_restart
:
natural
:
=
2
;
-- number of times to restart the input stimuli
g_tb_nof_blocks
:
natural
:
=
2
0
-- number of input blocks per restart, choose > circular buffer size, so
g_tb_nof_blocks
:
natural
:
=
3
0
-- number of input blocks per restart, choose > circular buffer size, so
-- > c_align_latency_nof_blocks
);
end
tb_dp_bsn_align_v2
;
...
...
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