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
e328ef4c
Commit
e328ef4c
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Text saved in case we do need time actived BF weigths using the BSN scheduler.
parent
f03d86f9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/doc/prestudy/station2_sdp_dsp.txt
+15
-1
15 additions, 1 deletion
applications/lofar2/doc/prestudy/station2_sdp_dsp.txt
with
15 additions
and
1 deletion
applications/lofar2/doc/prestudy/station2_sdp_dsp.txt
+
15
−
1
View file @
e328ef4c
...
@@ -76,6 +76,20 @@ M&C:
...
@@ -76,6 +76,20 @@ M&C:
The (x+y) could be implemented as first (x+y) and then *w, or as first weight and then add.
The (x+y) could be implemented as first (x+y) and then *w, or as first weight and then add.
Text saved in case we do need time actived BF weigths using the BSN scheduler:
A new set of beamlet weights gets applied at a trigger from the BSN scheduler, at a programmable timestamp
in the future, or immediately when the timestamp = 0. The timestamp format is the BSN. The BF keeps on using
the same set until a next trigger.
The BF weights are stored in a dual page buffer. The buffer swaps when the BSN scheduler issues a trigger at
the scheduled BSN time instant.
The existing mms_dp_gain_serial_arr.vhd has a single page coefficients memory. Therefore mms_dp_gain_serial_arr.vhd
needs to be extended with a g_dual_page boolean generic and a common_paged_ram_crw_crw.vhd. While one set of BF
weights is written into one page of the coefficients memory, the other page is being used by the BF. The pages
swap when an input trigger occurs.
*******************************************************************************
*******************************************************************************
* Subband correlator
* Subband correlator
*******************************************************************************
*******************************************************************************
...
@@ -117,4 +131,4 @@ TBB
...
@@ -117,4 +131,4 @@ TBB
* Subband offload
* Subband offload
*******************************************************************************
*******************************************************************************
\ No newline at end of file
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