Skip to content
Snippets Groups Projects
Commit fab95558 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Updated descripotion.

parent 82736e20
No related branches found
No related tags found
1 merge request!198Clarified reading one WPFB unit into sp_subband_powers_arr2. Updated comments....
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment