Skip to content
Snippets Groups Projects
Commit 06cbf462 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

Using one testbench and one revision for now

parent 35654786
Branches
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!44Resolve L2SDP-131
...@@ -37,7 +37,6 @@ PACKAGE lofar2_unb2b_filterbank_pkg IS ...@@ -37,7 +37,6 @@ PACKAGE lofar2_unb2b_filterbank_pkg IS
END RECORD; END RECORD;
-- nofjesd, nofdb, nofinput -- nofjesd, nofdb, nofinput
CONSTANT c_one_node : t_lofar2_unb2b_filterbank_config := ( 12, 2, 1 );
CONSTANT c_full : t_lofar2_unb2b_filterbank_config := ( 12, 2, 12 ); CONSTANT c_full : t_lofar2_unb2b_filterbank_config := ( 12, 2, 12 );
-- Function to select the revision configuration. -- Function to select the revision configuration.
...@@ -51,9 +50,8 @@ PACKAGE BODY lofar2_unb2b_filterbank_pkg IS ...@@ -51,9 +50,8 @@ PACKAGE BODY lofar2_unb2b_filterbank_pkg IS
FUNCTION func_sel_revision_rec(g_design_name : STRING) RETURN t_lofar2_unb2b_filterbank_config IS FUNCTION func_sel_revision_rec(g_design_name : STRING) RETURN t_lofar2_unb2b_filterbank_config IS
BEGIN BEGIN
IF g_design_name = "lofar2_unb2b_filterbank_one_node" THEN RETURN c_one_node; IF g_design_name = "lofar2_unb2b_filterbank_full" THEN RETURN c_full;
ELSIF g_design_name = "lofar2_unb2b_filterbank_full" THEN RETURN c_full; ELSE RETURN c_full;
ELSE RETURN c_one_node;
END IF; END IF;
END; END;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment