diff --git a/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd b/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd
index 600accd5dc4390ecf13462b96ff1e37b3f16b1b5..d68cc81f1c83104266aa13755fc93366bbf81a4f 100644
--- a/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_arria10_48.vhd
@@ -96,7 +96,7 @@ architecture str of tech_transceiver_arria10_48 is
       rx_is_lockedtodata : in  std_logic_vector(47 downto 0) := (others => 'X'); 
       rx_cal_busy        : in  std_logic_vector(47 downto 0) := (others => 'X')  -- rx_cal_busy
     );
-  end component transceiver_reset_controller;
+  end component transceiver_reset_controller_48;
 
   component transceiver_pll is
     port (
@@ -191,4 +191,4 @@ begin
   tx_serial_clk <= (others => mcgb_serial_clk);
   txpll_cal_busy <= tx_cal_busy when pll_cal_busy = '0' else (others => '1');
 
-
+end;