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
Merge requests
!389
Resolve
L2SDP-1013
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
L2SDP-1013
L2SDP-1013
into
master
Overview
0
Commits
30
Pipelines
1
Changes
1
Merged
Eric Kooistra
requested to merge
L2SDP-1013
into
master
1 year ago
Overview
0
Commits
30
Pipelines
1
Changes
1
Expand
Closes
L2SDP-1013
0
0
Merge request reports
Viewing commit
33572b06
Prev
Next
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
33572b06
Use g_nof_aligners_max : natural := c_sdp_N_pn_max to provide access for a tb.
· 33572b06
Eric Kooistra
authored
1 year ago
applications/lofar2/libraries/sdp/src/vhdl/sdp_beamformer_remote.vhd
+
4
−
1
Options
@@ -37,6 +37,9 @@ use dp_lib.dp_stream_pkg.all;
use
work
.
sdp_pkg
.
all
;
entity
sdp_beamformer_remote
is
generic
(
g_nof_aligners_max
:
natural
:
=
c_sdp_N_pn_max
);
port
(
dp_clk
:
in
std_logic
;
dp_rst
:
in
std_logic
;
@@ -131,7 +134,7 @@ begin
-- for dp_bsn_align_v2
g_nof_streams
=>
c_dual
,
g_bsn_latency_max
=>
2
,
-- max 2 blocks latency
g_nof_aligners_max
=>
c_sdp_N_pn
_max
,
g_nof_aligners_max
=>
g_nof_aligners
_max
,
g_block_size
=>
c_block_size
,
g_data_w
=>
c_data_w
,
g_use_mm_output
=>
false
,
Loading