From ae00769e353205c929367e27e77ed0d1e8612560 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 30 Aug 2023 15:09:37 +0200 Subject: [PATCH] Use use_bdo_transpose for c_full_* and c_bf on unb2c of LOFAR2.0. --- .../src/vhdl/lofar2_unb2c_sdp_station_pkg.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/lofar2/designs/lofar2_unb2c_sdp_station/src/vhdl/lofar2_unb2c_sdp_station_pkg.vhd b/applications/lofar2/designs/lofar2_unb2c_sdp_station/src/vhdl/lofar2_unb2c_sdp_station_pkg.vhd index 66b5e073c2..fead337700 100644 --- a/applications/lofar2/designs/lofar2_unb2c_sdp_station/src/vhdl/lofar2_unb2c_sdp_station_pkg.vhd +++ b/applications/lofar2/designs/lofar2_unb2c_sdp_station/src/vhdl/lofar2_unb2c_sdp_station_pkg.vhd @@ -52,8 +52,8 @@ package lofar2_unb2c_sdp_station_pkg is constant c_full_wg : t_lofar2_unb2c_sdp_station_config := (true, true, false, true, true, true, true, 9); -- Use c_full for LOFAR2 Station SDP operations constant c_full : t_lofar2_unb2c_sdp_station_config := (false, true, false, true, true, true, true, 9); - constant c_full_wg_os : t_lofar2_unb2c_sdp_station_config := (true, true, true, true, false, true, true, 9); - constant c_full_os : t_lofar2_unb2c_sdp_station_config := (false, true, true, true, false, true, true, 9); + constant c_full_wg_os : t_lofar2_unb2c_sdp_station_config := (true, true, true, true, true, true, true, 9); + constant c_full_os : t_lofar2_unb2c_sdp_station_config := (false, true, true, true, true, true, true, 9); -- Function to select the revision configuration. function func_sel_revision_rec(g_design_name : string) return t_lofar2_unb2c_sdp_station_config; -- GitLab