CONSTANTc_beamlet_index:NATURAL:=g_beamset_id*c_sdp_S_sub_bf;-- call beamset 'id' and beamlet 'index'
CONSTANTc_beamlet_index:NATURAL:=g_beamset_id*c_sdp_S_sub_bf;-- call beamset 'id' and beamlet 'index'
-- c_fifo_fill must be the exact size of a packet such that no packet gets stuck in the FIFO or the FIFO gets read out too soon.
-- c_fifo_fill must be the exact size of a payload such that no payload gets stuck in the FIFO or the FIFO gets read out too soon.
-- For packets of variable length, dp_fifo_fill_eop must be used. In this case we can use the standard fill fifo.
-- For packets of variable length, dp_fifo_fill_eop must be used. In this case we can use the standard fill fifo.
CONSTANTc_fifo_fill:NATURAL:=c_sdp_cep_nof_blocks_per_packet*c_sdp_cep_nof_beamlets_per_block/2;-- Size of packet: 2 beamlets (dual pol) fit in 1 64bit longword