From fb37dfc9838143a9a8d2dddb04c224b404cfb9dd Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Thu, 6 Jan 2022 14:05:49 +0100 Subject: [PATCH] Add IP LIBRARY clauses to ensure bounding. --- libraries/technology/jesd204b/tech_jesd204b_tx.vhd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libraries/technology/jesd204b/tech_jesd204b_tx.vhd b/libraries/technology/jesd204b/tech_jesd204b_tx.vhd index 1427aafd55..7662ec350b 100644 --- a/libraries/technology/jesd204b/tech_jesd204b_tx.vhd +++ b/libraries/technology/jesd204b/tech_jesd204b_tx.vhd @@ -29,8 +29,14 @@ -- Remark: -- Only used in tb_tech_jesd204b.vhd. -- 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 technology_lib.technology_pkg.ALL; USE technology_lib.technology_select_pkg.ALL; -- GitLab