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
b71d069d
Commit
b71d069d
authored
4 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
Updated g_sdp_wpfb
parent
ed183ed2
No related branches found
Branches containing commit
No related tags found
2 merge requests
!100
Removed text for XSub that is now written in Confluence Subband correlator...
,
!72
Resolve L2SDP-211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+18
-6
18 additions, 6 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
18 additions
and
6 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
18
−
6
View file @
b71d069d
...
...
@@ -107,18 +107,30 @@ PACKAGE sdp_pkg is
-- In SDP c_nof_channels = 2**nof_chan = 1 and wb_factor = 1,
-- therefore these parameters are not explicitly used in calculation of derived constants
-- LTS 2020_11_23:
--CONSTANT c_sdp_wpfb_subbands : t_wpfb :=
-- (1, c_sdp_N_fft, 0, c_sdp_P_pfb,
-- c_sdp_N_taps, 1, c_sdp_W_adc, 16, c_sdp_W_fir_coef,
-- true, false, true, 16, c_sdp_W_subband, 1, 18, 2,
-- true, 54, 2, 195313, c_fft_pipeline, c_fft_pipeline,
-- c_fil_ppf_pipeline);
-- LTS 2021-02-03, changes based on results from u_wpfb_stage22 in tb_tb_verify_pfb_wg.vhd:
-- . fil_backoff_w = 0 (was 1)
-- . fil_out_dat_w = fft_in_dat_w = 17 (was 16)
-- . g_fft_out_gain_w = 0 (was 1)
-- . g_fft_stage_dat_w = 22 (was 18)
-- . g_fft_guard_w = 1 (was 2)
CONSTANT
c_sdp_wpfb_subbands
:
t_wpfb
:
=
(
1
,
c_sdp_N_fft
,
0
,
c_sdp_P_pfb
,
c_sdp_N_taps
,
1
,
c_sdp_W_adc
,
1
6
,
c_sdp_W_fir_coef
,
true
,
false
,
true
,
1
6
,
c_sdp_W_subband
,
1
,
18
,
2
,
true
,
54
,
2
,
195313
,
c_fft_pipeline
,
c_fft_pipeline
,
c_fil_ppf_pipeline
);
(
1
,
c_sdp_N_fft
,
0
,
c_sdp_P_pfb
,
c_sdp_N_taps
,
0
,
c_sdp_W_adc
,
1
7
,
c_sdp_W_fir_coef
,
true
,
false
,
true
,
1
7
,
c_sdp_W_subband
,
0
,
22
,
1
,
true
,
54
,
2
,
195313
,
c_fft_pipeline
,
c_fft_pipeline
,
c_fil_ppf_pipeline
);
-- JESD204
CONSTANT
c_sdp_jesd204b_bus_w
:
NATURAL
:
=
12
;
CONSTANT
c_sdp_jesd204b_nof_bus
:
NATURAL
:
=
1
;
-- AIT MM address widths
CONSTANT
c_sdp_jesd204b_addr_w
:
NATURAL
:
=
8
+
ceil_log2
(
c_sdp_S_pn
);
CONSTANT
c_sdp_reg_bsn_monitor_input_addr_w
:
NATURAL
:
=
8
;
...
...
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