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

Merge branch 'master' into L2SDP-1013

parents 41fdac20 635501f1
No related branches found
No related tags found
1 merge request!389Resolve L2SDP-1013
This commit is part of merge request !389. Comments created here will be created in the context of that merge request.
...@@ -47,6 +47,7 @@ package lofar2_unb2b_sdp_station_pkg is ...@@ -47,6 +47,7 @@ package lofar2_unb2b_sdp_station_pkg is
-- use c_bf on one node also to simulate bdo transpose -- use c_bf on one node also to simulate bdo transpose
-- use c_bf_ring with ring also to simulate bdo identity -- use c_bf_ring with ring also to simulate bdo identity
constant c_bf : t_lofar2_unb2b_sdp_station_config := (false, true, false, true, false, 1, false, false, 0); constant c_bf : t_lofar2_unb2b_sdp_station_config := (false, true, false, true, false, 1, false, false, 0);
constant c_bf_wg : t_lofar2_unb2b_sdp_station_config := (true, true, false, true, false, 1, false, false, 0);
constant c_bf_ring : t_lofar2_unb2b_sdp_station_config := (false, true, false, true, false, 1, false, true, 0); constant c_bf_ring : t_lofar2_unb2b_sdp_station_config := (false, true, false, true, false, 1, false, true, 0);
constant c_xsub_one : t_lofar2_unb2b_sdp_station_config := (false, true, false, false, false, 1, true, false, 1); constant c_xsub_one : t_lofar2_unb2b_sdp_station_config := (false, true, false, false, false, 1, true, false, 1);
constant c_xsub_ring : t_lofar2_unb2b_sdp_station_config := (false, true, false, false, false, 1, true, true, 9); constant c_xsub_ring : t_lofar2_unb2b_sdp_station_config := (false, true, false, false, false, 1, true, true, 9);
...@@ -68,6 +69,7 @@ package body lofar2_unb2b_sdp_station_pkg is ...@@ -68,6 +69,7 @@ package body lofar2_unb2b_sdp_station_pkg is
if g_design_name = "lofar2_unb2b_sdp_station_adc" then return c_ait; if g_design_name = "lofar2_unb2b_sdp_station_adc" then return c_ait;
elsif g_design_name = "lofar2_unb2b_sdp_station_fsub" then return c_fsub; elsif g_design_name = "lofar2_unb2b_sdp_station_fsub" then return c_fsub;
elsif g_design_name = "lofar2_unb2b_sdp_station_bf" then return c_bf; elsif g_design_name = "lofar2_unb2b_sdp_station_bf" then return c_bf;
elsif g_design_name = "lofar2_unb2b_sdp_station_bf_wg" then return c_bf_wg;
elsif g_design_name = "lofar2_unb2b_sdp_station_bf_ring" then return c_bf_ring; elsif g_design_name = "lofar2_unb2b_sdp_station_bf_ring" then return c_bf_ring;
elsif g_design_name = "lofar2_unb2b_sdp_station_xsub_one" then return c_xsub_one; elsif g_design_name = "lofar2_unb2b_sdp_station_xsub_one" then return c_xsub_one;
elsif g_design_name = "lofar2_unb2b_sdp_station_xsub_ring" then return c_xsub_ring; elsif g_design_name = "lofar2_unb2b_sdp_station_xsub_ring" then return c_xsub_ring;
......
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