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
fab95558
Commit
fab95558
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Updated descripotion.
parent
82736e20
No related branches found
No related tags found
1 merge request
!198
Clarified reading one WPFB unit into sp_subband_powers_arr2. Updated comments....
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2b_sdp_station/revisions/lofar2_unb2b_sdp_station_bf/tb_lofar2_unb2b_sdp_station_bf.vhd
+5
-7
5 additions, 7 deletions
...2_unb2b_sdp_station_bf/tb_lofar2_unb2b_sdp_station_bf.vhd
with
5 additions
and
7 deletions
applications/lofar2/designs/lofar2_unb2b_sdp_station/revisions/lofar2_unb2b_sdp_station_bf/tb_lofar2_unb2b_sdp_station_bf.vhd
+
5
−
7
View file @
fab95558
...
...
@@ -33,24 +33,22 @@
-- 2) Read current BSN from reg_bsn_scheduler_wg and write reg_bsn_scheduler_wg
-- to trigger start of WG at BSN.
--
-- 3) Read subband statistics (SST)
-- 3) Read
and verify
subband statistics (SST)
--
-- 4) Select subband g_subband for beamlet g_beamlet
--
-- 5) Apply BF weight (g_bf_gain, g_bf_phase) to g_beamlet X beam and Y beam
--
-- 6) Read beamlet statistics (BST)
via MM and verify with
-- 6) Read
and verify
beamlet statistics (BST)
-- View sp_subband_sst in Wave window
-- View pol_beamlet_bst in Wave window
--
-- 7) Compare SST with BST.
--
-- 8) Verify 10GbE output header and output payload for g_beamlet.
-- 7) Verify 10GbE output header and output payload for g_beamlet.
--
--
-- Usage:
-- > as 7 # default
-- > as 12 # for detailed debugging
-- # Manually add missing signal
-- > add wave -position insertpoint \
-- sim:/tb_lofar2_unb2b_sdp_station_bf/sp_subband_ssts_arr2 \
-- sim:/tb_lofar2_unb2b_sdp_station_bf/pol_beamlet_bsts_arr2
...
...
@@ -694,8 +692,8 @@ BEGIN
-- Read weighted subband selector
----------------------------------------------------------------------------
mmf_mm_bus_rd
(
c_mm_file_reg_dp_selector
,
0
,
rd_data
,
tb_clk
);
proc_common_wait_some_cycles
(
tb_clk
,
1
);
sst_offload_weighted_subbands
<=
NOT
rd_data
(
0
);
proc_common_wait_some_cycles
(
tb_clk
,
1
);
----------------------------------------------------------------------------
-- Subband weight
...
...
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