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

Add IP LIBRARY clauses to ensure bounding.

parent 4841e286
No related branches found
No related tags found
1 merge request!185Resolve L2SDP-563
...@@ -29,8 +29,14 @@ ...@@ -29,8 +29,14 @@
-- Remark: -- Remark:
-- Only used in tb_tech_jesd204b.vhd. -- Only used in tb_tech_jesd204b.vhd.
-- Added because tech_jesd204b.vhd only supports RX_ONLY. -- Added because tech_jesd204b.vhd only supports RX_ONLY.
-- Do not need an extra tech wrapper per IP, can instantiate IP directly here:
-- . ip_arria10_e1sg_jesd204b_tx from ip_arria10_e1sg_jesd204b_lib
-- . ip_arria10_e2sg_jesd204b_tx from ip_arria10_e2sg_jesd204b_lib
-- The tech_jesd204b_component_pkg.vhd defines the IP components and the
-- ip_arria10_e1sg_jesd204b_lib and ip_arria10_e2sg_jesd204b_lib LIBRARY
-- clauses provide the IP binding.
LIBRARY IEEE, technology_lib; LIBRARY IEEE, technology_lib, ip_arria10_e1sg_jesd204b_lib, ip_arria10_e2sg_jesd204b_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_pkg.ALL; USE technology_lib.technology_select_pkg.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment