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
b2b32bd3
Commit
b2b32bd3
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add c_sdp_nof_beamlets_per_block_w.
parent
3f2a15bb
No related branches found
Branches containing commit
Tags
LOFAR-Release-3_2_13
Tags containing commit
1 merge request
!359
Clarify g_nof_destinations_max design revision parameter and package constants...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+1
-0
1 addition, 0 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
1 addition
and
0 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
1
−
0
View file @
b2b32bd3
...
...
@@ -140,6 +140,7 @@ package sdp_pkg is
constant
c_sdp_nof_words_per_beamlet
:
natural
:
=
1
;
-- 1 dual pol, complex, 8bit beamlet (Xre, Xim, Yre, Yim) per 32b word
constant
c_sdp_nof_beamlets_per_longword
:
natural
:
=
2
;
-- 2 dual pol, complex, 8bit beamlets fit in 1 64bit longword
constant
c_sdp_nof_beamlets_per_block
:
natural
:
=
c_sdp_S_sub_bf
;
-- number of dual pol beamlets per block
constant
c_sdp_nof_beamlets_per_block_w
:
natural
:
=
ceil_log2
(
c_sdp_nof_beamlets_per_block
+
1
);
-- . unit weights
constant
c_sdp_unit_sub_weight
:
natural
:
=
2
**
c_sdp_W_sub_weight_fraction
;
-- 2**13, so range +-4.0 for 16 bit signed weight
...
...
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