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

Use c_nof_beamlets_per_data = c_sdp_cep_nof_beamlets_per_longword = 2 dual pol...

Use c_nof_beamlets_per_data = c_sdp_cep_nof_beamlets_per_longword = 2 dual pol beamlets per 64b data word.
parent 4bdd845e
No related branches found
No related tags found
1 merge request!269Some clean up of sdp_station.vhd and fifo fill eop usage
...@@ -195,7 +195,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_bf IS ...@@ -195,7 +195,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_bf IS
CONSTANT c_stat_lo_factor : REAL := 1.0 - c_stat_percentage; -- lower boundary CONSTANT c_stat_lo_factor : REAL := 1.0 - c_stat_percentage; -- lower boundary
CONSTANT c_stat_hi_factor : REAL := 1.0 + c_stat_percentage; -- higher boundary CONSTANT c_stat_hi_factor : REAL := 1.0 + c_stat_percentage; -- higher boundary
CONSTANT c_nof_beamlets_per_data : NATURAL := 2; -- 2 dual pol beamlets (= XY, XY) per 64b data word CONSTANT c_nof_beamlets_per_data : NATURAL := c_sdp_cep_nof_beamlets_per_longword; -- = 2 dual pol beamlets per 64b data word
CONSTANT c_beamlet_output_delta : INTEGER := 2; -- +-delta margin CONSTANT c_beamlet_output_delta : INTEGER := 2; -- +-delta margin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment