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
eeeecf5a
Commit
eeeecf5a
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Try c_sdp_W_fft_stage_dat = 25b.
parent
81d53505
No related branches found
No related tags found
1 merge request
!305
Resolve L2SDP-846
Pipeline
#42733
passed
2 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
+9
-2
9 additions, 2 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
9 additions
and
2 deletions
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
9
−
2
View file @
eeeecf5a
...
...
@@ -194,11 +194,18 @@ PACKAGE sdp_pkg is
-- fft_out_gain_w + 6b = 26b.
-- . The raw_dat_w for FFT output of real input is fft_stage_dat_w + 1,
-- because the use_separate in the FFT feature does not divide by 2.
-- This implies that preferrably fft_stage_dat_w <= 26, to fit the
18x
27
-- This implies that preferrably fft_stage_dat_w <= 26, to fit the 27
b
-- multiplier resources.
-- . Increasing fft_stage_dat_w from 24b to 26b does increase M20K usage:
-- 24b 26b
-- FFT 6 x 27 M20K, 6 x 28 M20K, due to separate
-- BF 2 x 403 M20K, 2 x 397 M20K, due to reorder_col
-- where 6 = c_sdp_P_pfb and 2 = c_sdp_N_beamsets.
-- The total design increase is 18 m20K = 2.5 % and 4000 FF = 1.2 %. The
-- nof DSP remains 611.
CONSTANT
c_sdp_W_fil_backoff
:
NATURAL
:
=
1
;
CONSTANT
c_sdp_W_fft_guard
:
NATURAL
:
=
1
;
CONSTANT
c_sdp_W_fft_stage_dat
:
NATURAL
:
=
2
4
;
-- TODO try 26b, compare synthesis results
CONSTANT
c_sdp_W_fft_stage_dat
:
NATURAL
:
=
2
5
;
-- TODO try 26b, compare synthesis results
CONSTANT
c_sdp_W_fft_in_dat
:
NATURAL
:
=
c_sdp_W_fft_stage_dat
-
c_sdp_W_fft_guard
;
CONSTANT
c_sdp_W_fft_out_gain
:
NATURAL
:
=
2
;
CONSTANT
c_sdp_W_stat_data
:
NATURAL
:
=
c_sdp_W_subband
*
2
+
ceil_log2
(
c_sdp_N_int_sub_hi
);
-- = 54
...
...
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