From c275769ef050e01aadbff487d37b7f1ff99b3c84 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Mon, 2 Jul 2018 15:43:27 +0000
Subject: [PATCH] xaui is only used for unb1, so the techology is set to
 stratixiv

---
 libraries/io/tr_xaui/hdllib.cfg      | 2 +-
 libraries/technology/xaui/hdllib.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/io/tr_xaui/hdllib.cfg b/libraries/io/tr_xaui/hdllib.cfg
index a09ac0f8d4..a74d5202f3 100644
--- a/libraries/io/tr_xaui/hdllib.cfg
+++ b/libraries/io/tr_xaui/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = tr_xaui
 hdl_library_clause_name = tr_xaui_lib
 hdl_lib_uses_synth = common dp mdio diagnostics tech_xaui
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = ip_stratixiv 
 
 synth_files =
     src/vhdl/tr_xaui_deframer.vhd
diff --git a/libraries/technology/xaui/hdllib.cfg b/libraries/technology/xaui/hdllib.cfg
index cdb973c141..756d3addf6 100644
--- a/libraries/technology/xaui/hdllib.cfg
+++ b/libraries/technology/xaui/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = tech_xaui
 hdl_library_clause_name = tech_xaui_lib
 hdl_lib_uses_synth = technology ip_stratixiv_transceiver ip_stratixiv_phy_xaui tech_transceiver common dp
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = ip_stratixiv 
 hdl_lib_disclose_library_clause_names =
     ip_stratixiv_transceiver  ip_stratixiv_transceiver_lib
     ip_stratixiv_phy_xaui     ip_stratixiv_phy_xaui_lib
-- 
GitLab