From b31a7e31908dcf7265a5036fdb7fb63f02d03a94 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Thu, 16 Jun 2022 08:41:57 +0200 Subject: [PATCH] Removed unused c_sdp_N_pn_lb. --- applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd b/applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd index 7fe6896838..376b64247f 100644 --- a/applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd +++ b/applications/lofar2/libraries/sdp/src/vhdl/sdp_pkg.vhd @@ -69,7 +69,6 @@ PACKAGE sdp_pkg is CONSTANT c_sdp_N_cross_sets_sdp : NATURAL := 1; CONSTANT c_sdp_N_crosslets_max : NATURAL := 7; CONSTANT c_sdp_N_fft : NATURAL := 1024; - CONSTANT c_sdp_N_pn_lb : NATURAL := 16; CONSTANT c_sdp_N_pn_max : NATURAL := 16; -- gn 0:31 --> pn 0:15, pn 0:15 per antenna band CONSTANT c_sdp_N_pol : NATURAL := 2; CONSTANT c_sdp_N_pol_bf : NATURAL := 2; @@ -592,8 +591,7 @@ PACKAGE BODY sdp_pkg IS -- pn_index = gn_index MOD c_sdp_N_pn_max -- -- The c_sdp_N_pn_max = 16 fits the LB and HB of LOFAR2: - -- . The LB starts at GN index = 0 and has c_sdp_N_pn_lb = c_sdp_N_pn_max - -- = 16 nodes. + -- . The LB starts at GN index = 0 and has c_sdp_N_pn_max = 16 nodes. -- . The HB starts at GN index = c_sdp_N_pn_max, and has 8 or 16 nodes -- dependent on the type of station. -- -- GitLab