From a635d975bc686ef7d2adc0cb0ea636c86333d9eb Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Wed, 16 Dec 2015 12:34:49 +0000 Subject: [PATCH] Renamed c_tech_arria10_e3sg into c_tech_arria10_e3sge3 for arria10 FPGA device on unb2 v01 --- libraries/technology/technology_pkg.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/technology/technology_pkg.vhd b/libraries/technology/technology_pkg.vhd index 41737c5a13..6225527c85 100644 --- a/libraries/technology/technology_pkg.vhd +++ b/libraries/technology/technology_pkg.vhd @@ -46,7 +46,7 @@ PACKAGE technology_pkg IS 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_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; -- Functions -- GitLab