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

Use use_bdo_transpose for c_full_* and c_bf on unb2c of LOFAR2.0.

parent 7a5dccd7
No related branches found
No related tags found
No related merge requests found
Pipeline #56684 passed
......@@ -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;
......
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