diff --git a/libraries/technology/technology_select_pkg.vhd b/libraries/technology/technology_select_pkg.vhd
index 055faa9b0ac4b1eb123b40884d70081b42159ab3..a0f1f68ebf692d648077f036d76af0b70e82b69a 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;