diff --git a/libraries/technology/jesd204b/tech_jesd204b_tx.vhd b/libraries/technology/jesd204b/tech_jesd204b_tx.vhd
index 1427aafd55336c2a0212ef0f2783e2167892286d..7662ec350b5dab82b57191a2c0a3db947c176d57 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;