From 36bd08629a76c84d770d2955042c51ad56f3879f Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Wed, 21 Feb 2018 13:38:15 +0000 Subject: [PATCH] added line for ip_arria10_e1sg --- libraries/technology/technology_select_pkg.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/technology/technology_select_pkg.vhd b/libraries/technology/technology_select_pkg.vhd index 055faa9b0a..a0f1f68ebf 100644 --- a/libraries/technology/technology_select_pkg.vhd +++ b/libraries/technology/technology_select_pkg.vhd @@ -33,5 +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; END technology_select_pkg; -- GitLab