Skip to content
GitLab
Explore
Sign in
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
99bfa45f
Commit
99bfa45f
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added c_sdp_P_pfb, c_sdp_unit_beamlet_scale.
parent
fd44c8a6
Branches
Branches containing commit
No related tags found
1 merge request
!198
Clarified reading one WPFB unit into sp_subband_powers_arr2. Updated comments....
Pipeline
#24613
passed
3 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+3
-1
3 additions, 1 deletion
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
3 additions
and
1 deletion
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
3
−
1
View file @
99bfa45f
...
...
@@ -115,7 +115,8 @@ PACKAGE sdp_pkg is
CONSTANT
c_sdp_N_clk_per_sync
:
NATURAL
:
=
c_sdp_f_adc_MHz
*
10
**
6
;
-- Default 200M clock cycles per second
CONSTANT
c_sdp_N_clk_sync_timeout
:
NATURAL
:
=
c_sdp_f_adc_MHz
*
10
**
6
+
c_sdp_f_adc_MHz
*
10
**
5
;
-- 10% margin.
CONSTANT
c_sdp_N_sync_jesd
:
NATURAL
:
=
c_sdp_S_pn
*
c_sdp_N_sync_rcu
/
c_sdp_S_rcu
;
-- = 4, nof JESD IP sync outputs per PN
CONSTANT
c_sdp_P_pfb
:
NATURAL
:
=
c_sdp_S_pn
/
c_sdp_Q_fft
;
CONSTANT
c_sdp_A_pn
:
NATURAL
:
=
c_sdp_S_pn
/
c_sdp_N_pol
;
-- = 6 dual pol antenna per PN, is 6 signal input pairs
CONSTANT
c_sdp_P_pfb
:
NATURAL
:
=
c_sdp_S_pn
/
c_sdp_Q_fft
;
-- = 6 PFB units, for 6 signal input pairs
CONSTANT
c_sdp_T_adc
:
TIME
:
=
(
10
**
6
/
c_sdp_f_adc_MHz
)
*
1
ps
;
CONSTANT
c_sdp_T_sub
:
TIME
:
=
c_sdp_N_fft
*
c_sdp_T_adc
;
CONSTANT
c_sdp_W_bf_product
:
NATURAL
:
=
c_sdp_W_subband
+
c_sdp_W_bf_weight
-1
;
...
...
@@ -124,6 +125,7 @@ PACKAGE sdp_pkg is
CONSTANT
c_sdp_N_beamlets_sdp
:
NATURAL
:
=
c_sdp_N_beamsets
*
c_sdp_S_sub_bf
;
-- = 976
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
CONSTANT
c_sdp_unit_bf_weight
:
NATURAL
:
=
2
**
c_sdp_W_bf_weight_fraction
;
-- 2**14, so range +-2.0 for 16 bit signed weight
CONSTANT
c_sdp_unit_beamlet_scale
:
NATURAL
:
=
2
**
c_sdp_W_beamlet_scale_fraction
;
-- 2**15, so range +-1.0 for 16 bit signed weight
-- Default / tb values
CONSTANT
c_sdp_beamlet_scale_default
:
NATURAL
:
=
2
**
15
;
...
...
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