Skip to content
Snippets Groups Projects
Commit d1c68aa5 authored by Jonathan Hargreaves's avatar Jonathan Hargreaves
Browse files

dd e2sg to technology select package files

parent 82adcff4
No related branches found
No related tags found
2 merge requests!6Master,!4Stat 313
......@@ -48,7 +48,8 @@ PACKAGE technology_pkg IS
CONSTANT c_tech_arria10 : INTEGER := 5; -- e.g. used on UniBoard2 first proto (1 board version "00" may 2015)
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 UniBoard2 third run (5 'ARTS' boards version "01" feb 2017)
CONSTANT c_tech_nof_technologies : INTEGER := 8;
CONSTANT c_tech_arria10_e2sg : INTEGER := 8; -- e.g. used on UniBoard2 third run (5 'ARTS' boards version "01" feb 2017)
CONSTANT c_tech_nof_technologies : INTEGER := 9;
-- Functions
FUNCTION tech_sel_a_b(sel : BOOLEAN; a, b : STRING) RETURN STRING;
......
......@@ -33,6 +33,6 @@ PACKAGE technology_select_pkg IS
--CONSTANT c_tech_select_default : INTEGER := c_tech_stratixiv;
--CONSTANT c_tech_select_default : INTEGER := c_tech_arria10;
--CONSTANT c_tech_select_default : INTEGER := c_tech_arria10_e3sge3;
CONSTANT c_tech_select_default : INTEGER := c_tech_arria10_e1sg;
CONSTANT c_tech_select_default : INTEGER := c_tech_arria10_e2sg;
END technology_select_pkg;
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