From 66aeb65668df31eb9dfc28390102de91361acdd8 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 20 Nov 2014 12:35:56 +0000 Subject: [PATCH] Use IP specific library clause name. --- libraries/technology/10gbase_r/tech_10gbase_r_arria10.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/technology/10gbase_r/tech_10gbase_r_arria10.vhd b/libraries/technology/10gbase_r/tech_10gbase_r_arria10.vhd index 5a9b316df3..a765109f22 100644 --- a/libraries/technology/10gbase_r/tech_10gbase_r_arria10.vhd +++ b/libraries/technology/10gbase_r/tech_10gbase_r_arria10.vhd @@ -21,9 +21,9 @@ -------------------------------------------------------------------------------- -- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. -LIBRARY ip_arria10_phy_10gbase_r_lib; -LIBRARY ip_arria10_transceiver_pll_10g_lib; -LIBRARY ip_arria10_transceiver_reset_controller_1_lib; +LIBRARY ip_arria10_phy_10gbase_r_altera_xcvr_native_a10_140; +LIBRARY ip_arria10_transceiver_pll_10g_altera_xcvr_atx_pll_a10_140; +LIBRARY ip_arria10_transceiver_reset_controller_1_altera_xcvr_reset_control_140; LIBRARY IEEE, tech_pll_lib, common_lib; USE IEEE.STD_LOGIC_1164.ALL; -- GitLab