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

Add c_sdp_nof_beamlets_per_block_w.

parent 3f2a15bb
No related branches found
Tags LOFAR-Release-3_2_13
1 merge request!359Clarify g_nof_destinations_max design revision parameter and package constants...
......@@ -140,6 +140,7 @@ package sdp_pkg is
constant c_sdp_nof_words_per_beamlet : natural := 1; -- 1 dual pol, complex, 8bit beamlet (Xre, Xim, Yre, Yim) per 32b word
constant c_sdp_nof_beamlets_per_longword : natural := 2; -- 2 dual pol, complex, 8bit beamlets fit in 1 64bit longword
constant c_sdp_nof_beamlets_per_block : natural := c_sdp_S_sub_bf; -- number of dual pol beamlets per block
constant c_sdp_nof_beamlets_per_block_w : natural := ceil_log2(c_sdp_nof_beamlets_per_block + 1);
-- . unit weights
constant c_sdp_unit_sub_weight : natural := 2**c_sdp_W_sub_weight_fraction; -- 2**13, so range +-4.0 for 16 bit signed 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