Skip to content
Snippets Groups Projects
Commit 66aeb656 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use IP specific library clause name.

parent 529509ba
Branches
Tags
No related merge requests found
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Declare IP libraries to ensure default binding in simulation. The IP library clause is ignored by synthesis. -- 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_phy_10gbase_r_altera_xcvr_native_a10_140;
LIBRARY ip_arria10_transceiver_pll_10g_lib; LIBRARY ip_arria10_transceiver_pll_10g_altera_xcvr_atx_pll_a10_140;
LIBRARY ip_arria10_transceiver_reset_controller_1_lib; LIBRARY ip_arria10_transceiver_reset_controller_1_altera_xcvr_reset_control_140;
LIBRARY IEEE, tech_pll_lib, common_lib; LIBRARY IEEE, tech_pll_lib, common_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment