diff --git a/libraries/io/tr_nonbonded/src/vhdl/tr_nonbonded.vhd b/libraries/io/tr_nonbonded/src/vhdl/tr_nonbonded.vhd
index 2be3b5fd677f2fae49ad9f567bef22d075bd3f14..20d3f8f0dc2d3c4d6f3c16609fcfa176784d99b2 100644
--- a/libraries/io/tr_nonbonded/src/vhdl/tr_nonbonded.vhd
+++ b/libraries/io/tr_nonbonded/src/vhdl/tr_nonbonded.vhd
@@ -20,7 +20,7 @@
 --
 --------------------------------------------------------------------------------
 
-LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_transceiver_lib;;
+LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_transceiver_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
 USE IEEE.STD_LOGIC_UNSIGNED.ALL;
 USE IEEE.NUMERIC_STD.ALL;
@@ -124,8 +124,8 @@ BEGIN
   gp_out <= gp_out_tx & gp_out_rx;  
 
   gen_phy: IF g_sim = FALSE OR g_sim_level = 0 GENERATE
-    -- Altera's IP
-    u_phy_gx: ENTITY tech_transceiver_lib.tech_transceiver_gx 
+    -- PHY IP
+    u_tech_transceiver_gx: ENTITY tech_transceiver_lib.tech_transceiver_gx 
     GENERIC MAP (
       g_technology    => g_technology,
       g_data_w        => g_data_w,