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
b31a7e31
Commit
b31a7e31
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused c_sdp_N_pn_lb.
parent
4c07f61b
No related branches found
No related tags found
1 merge request
!261
Resolve L2SDP-760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+1
-3
1 addition, 3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
1 addition
and
3 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
1
−
3
View file @
b31a7e31
...
@@ -69,7 +69,6 @@ PACKAGE sdp_pkg is
...
@@ -69,7 +69,6 @@ PACKAGE sdp_pkg is
CONSTANT
c_sdp_N_cross_sets_sdp
:
NATURAL
:
=
1
;
CONSTANT
c_sdp_N_cross_sets_sdp
:
NATURAL
:
=
1
;
CONSTANT
c_sdp_N_crosslets_max
:
NATURAL
:
=
7
;
CONSTANT
c_sdp_N_crosslets_max
:
NATURAL
:
=
7
;
CONSTANT
c_sdp_N_fft
:
NATURAL
:
=
1024
;
CONSTANT
c_sdp_N_fft
:
NATURAL
:
=
1024
;
CONSTANT
c_sdp_N_pn_lb
:
NATURAL
:
=
16
;
CONSTANT
c_sdp_N_pn_max
:
NATURAL
:
=
16
;
-- gn 0:31 --> pn 0:15, pn 0:15 per antenna band
CONSTANT
c_sdp_N_pn_max
:
NATURAL
:
=
16
;
-- gn 0:31 --> pn 0:15, pn 0:15 per antenna band
CONSTANT
c_sdp_N_pol
:
NATURAL
:
=
2
;
CONSTANT
c_sdp_N_pol
:
NATURAL
:
=
2
;
CONSTANT
c_sdp_N_pol_bf
:
NATURAL
:
=
2
;
CONSTANT
c_sdp_N_pol_bf
:
NATURAL
:
=
2
;
...
@@ -592,8 +591,7 @@ PACKAGE BODY sdp_pkg IS
...
@@ -592,8 +591,7 @@ PACKAGE BODY sdp_pkg IS
-- pn_index = gn_index MOD c_sdp_N_pn_max
-- pn_index = gn_index MOD c_sdp_N_pn_max
--
--
-- The c_sdp_N_pn_max = 16 fits the LB and HB of LOFAR2:
-- The c_sdp_N_pn_max = 16 fits the LB and HB of LOFAR2:
-- . The LB starts at GN index = 0 and has c_sdp_N_pn_lb = c_sdp_N_pn_max
-- . The LB starts at GN index = 0 and has c_sdp_N_pn_max = 16 nodes.
-- = 16 nodes.
-- . The HB starts at GN index = c_sdp_N_pn_max, and has 8 or 16 nodes
-- . The HB starts at GN index = c_sdp_N_pn_max, and has 8 or 16 nodes
-- dependent on the type of station.
-- dependent on the type of station.
--
--
...
...
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