From a25e24dd6bc195a2930cdddffadfb31b5faea1bd Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 3 Nov 2014 13:48:35 +0000
Subject: [PATCH] Corrected using ip_stratixiv_transceiver_lib instead of
 ip_stratixiv_lib.

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

diff --git a/libraries/technology/xaui/hdllib.cfg b/libraries/technology/xaui/hdllib.cfg
index 42e6f11d31..d95d459c3c 100644
--- a/libraries/technology/xaui/hdllib.cfg
+++ b/libraries/technology/xaui/hdllib.cfg
@@ -1,6 +1,6 @@
 hdl_lib_name = tech_xaui
 hdl_library_clause_name = tech_xaui_lib
-hdl_lib_uses = technology ip_stratixiv_phy_xaui common dp
+hdl_lib_uses = technology ip_stratixiv_transceiver ip_stratixiv_phy_xaui common dp
 hdl_lib_technology = 
 
 build_dir_sim = $HDL_BUILD_DIR
diff --git a/libraries/technology/xaui/tech_xaui_stratixiv.vhd b/libraries/technology/xaui/tech_xaui_stratixiv.vhd
index 7346142348..5b51dd636a 100644
--- a/libraries/technology/xaui/tech_xaui_stratixiv.vhd
+++ b/libraries/technology/xaui/tech_xaui_stratixiv.vhd
@@ -21,7 +21,7 @@
 --------------------------------------------------------------------------------
 
 -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis.
-LIBRARY ip_stratixiv_lib, ip_stratixiv_phy_xaui_lib;
+LIBRARY ip_stratixiv_transceiver_lib, ip_stratixiv_phy_xaui_lib;
 
 LIBRARY IEEE, common_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
-- 
GitLab