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

Renamed c_tech_arria10_e3sg into c_tech_arria10_e3sge3 for arria10 FPGA device on unb2 v01

parent ca4835e2
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ PACKAGE technology_pkg IS ...@@ -46,7 +46,7 @@ PACKAGE technology_pkg IS
CONSTANT c_tech_virtex6 : INTEGER := 3; -- e.g. used on Roach2 for Casper CONSTANT c_tech_virtex6 : INTEGER := 3; -- e.g. used on Roach2 for Casper
CONSTANT c_tech_virtex7 : INTEGER := 4; -- e.g. used on Roach3 for Casper CONSTANT c_tech_virtex7 : INTEGER := 4; -- e.g. used on Roach3 for Casper
CONSTANT c_tech_arria10 : INTEGER := 5; -- e.g. used on UniBoard2 first proto (1 board version "00" may 2015) CONSTANT c_tech_arria10 : INTEGER := 5; -- e.g. used on UniBoard2 first proto (1 board version "00" may 2015)
CONSTANT c_tech_arria10_e3sg : INTEGER := 6; -- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015) CONSTANT c_tech_arria10_e3sge3 : INTEGER := 6; -- e.g. used on UniBoard2 second run (7 boards version "01" dec 2015)
CONSTANT c_tech_nof_technologies : INTEGER := 7; CONSTANT c_tech_nof_technologies : INTEGER := 7;
-- Functions -- Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment