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
35c536a8
Commit
35c536a8
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Decrease buffer to 1024 to save M20K RAM.
parent
727018c4
No related branches found
No related tags found
1 merge request
!383
Resolve L2SDP-1011
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+1
-1
1 addition, 1 deletion
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
with
1 addition
and
1 deletion
applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd
+
1
−
1
View file @
35c536a8
...
...
@@ -86,7 +86,7 @@ package sdp_pkg is
constant
c_sdp_S_sub_bf
:
natural
:
=
488
;
constant
c_sdp_R_os
:
natural
:
=
2
;
-- Oversampling factor of 2 for PFB.
constant
c_sdp_V_ring_pkt_len_max
:
natural
:
=
48
;
-- for 16 nodes
constant
c_sdp_V_sample_delay
:
natural
:
=
4096
;
constant
c_sdp_V_sample_delay
:
natural
:
=
1024
;
-- 1024 uses 12 M20K, 2048 24 M20K and 4096 36 M20K
constant
c_sdp_V_si_db
:
natural
:
=
1024
;
constant
c_sdp_V_si_db_large
:
natural
:
=
131072
;
constant
c_sdp_V_si_histogram
:
natural
:
=
512
;
...
...
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