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

Merge branch 'master' into L2SDP-942

parents 936dba67 959c169d
No related branches found
No related tags found
1 merge request!330Resolve L2SDP-942
Pipeline #49656 failed
......@@ -49,7 +49,8 @@ PACKAGE technology_pkg IS
CONSTANT c_tech_arria10_e3sge3 : INTEGER := 6; -- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015)
CONSTANT c_tech_arria10_e1sg : INTEGER := 7; -- e.g. used on UniBoard2b third run (5 ARTS boards version "01" feb 2017)
CONSTANT c_tech_arria10_e2sg : INTEGER := 8; -- e.g. used on UniBoard2c (2 LOFAR2.0 SDP boards version "11" f 2021)
CONSTANT c_tech_nof_technologies : INTEGER := 9;
CONSTANT c_tech_ultrascale : INTEGER := 9; -- e.g. used on Alveo FPGA platforms
CONSTANT c_tech_nof_technologies : INTEGER := 10;
-- Functions
FUNCTION tech_sel_a_b(sel : BOOLEAN; a, b : STRING) RETURN STRING;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment