From c314c8f9482d1b8d1eaa71edc660519ed00defd8 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Wed, 4 Jul 2018 07:57:06 +0000
Subject: [PATCH] added the technology type to hdllibs of eth_10g

---
 libraries/technology/ip_arria10/eth_10g/hdllib.cfg        | 2 +-
 libraries/technology/ip_arria10_e1sg/eth_10g/hdllib.cfg   | 2 +-
 libraries/technology/ip_arria10_e3sge3/eth_10g/hdllib.cfg | 2 +-
 libraries/technology/ip_stratixiv/eth_10g/hdllib.cfg      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libraries/technology/ip_arria10/eth_10g/hdllib.cfg b/libraries/technology/ip_arria10/eth_10g/hdllib.cfg
index f562c3430a..8ca0aca04d 100644
--- a/libraries/technology/ip_arria10/eth_10g/hdllib.cfg
+++ b/libraries/technology/ip_arria10/eth_10g/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_arria10_eth_10g
 hdl_library_clause_name = ip_arria10_eth_10g_lib
 hdl_lib_uses_synth = technology tech_pll tech_mac_10g tech_10gbase_r common dp
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = ip_arria10 
 
 synth_files =
     ip_arria10_eth_10g.vhd
diff --git a/libraries/technology/ip_arria10_e1sg/eth_10g/hdllib.cfg b/libraries/technology/ip_arria10_e1sg/eth_10g/hdllib.cfg
index 48aba679d5..8337b8c9cb 100644
--- a/libraries/technology/ip_arria10_e1sg/eth_10g/hdllib.cfg
+++ b/libraries/technology/ip_arria10_e1sg/eth_10g/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_arria10_e1sg_eth_10g
 hdl_library_clause_name = ip_arria10_e1sg_eth_10g_lib
 hdl_lib_uses_synth = technology tech_pll tech_mac_10g tech_10gbase_r common dp
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = ip_arria10_e1sg 
 
 synth_files =
     ip_arria10_e1sg_eth_10g.vhd
diff --git a/libraries/technology/ip_arria10_e3sge3/eth_10g/hdllib.cfg b/libraries/technology/ip_arria10_e3sge3/eth_10g/hdllib.cfg
index 46e50963fd..26a19111b2 100644
--- a/libraries/technology/ip_arria10_e3sge3/eth_10g/hdllib.cfg
+++ b/libraries/technology/ip_arria10_e3sge3/eth_10g/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_arria10_e3sge3_eth_10g
 hdl_library_clause_name = ip_arria10_e3sge3_eth_10g_lib
 hdl_lib_uses_synth = technology tech_pll tech_mac_10g tech_10gbase_r common dp
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = ip_arria10_e3sge3 
 
 synth_files =
     ip_arria10_e3sge3_eth_10g.vhd
diff --git a/libraries/technology/ip_stratixiv/eth_10g/hdllib.cfg b/libraries/technology/ip_stratixiv/eth_10g/hdllib.cfg
index 8933d4c870..563dac00ec 100644
--- a/libraries/technology/ip_stratixiv/eth_10g/hdllib.cfg
+++ b/libraries/technology/ip_stratixiv/eth_10g/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_stratixiv_eth_10g
 hdl_library_clause_name = ip_stratixiv_eth_10g_lib
 hdl_lib_uses_synth = technology tech_pll tech_mac_10g tech_10gbase_r tech_xaui common dp
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = ip_stratixiv
 
 synth_files =
     ip_stratixiv_eth_10g.vhd
-- 
GitLab