From 613b6904aeeff4e36c45b3ea3588c67e767578c6 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 15 Dec 2014 10:03:27 +0000
Subject: [PATCH] No longer (need to) use ip_arria10_tse_sgmii_lvds_top
 component wrapper.

---
 libraries/technology/tse/tech_tse_component_pkg.vhd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/tse/tech_tse_component_pkg.vhd b/libraries/technology/tse/tech_tse_component_pkg.vhd
index 89a8b0a85a..459beec99f 100644
--- a/libraries/technology/tse/tech_tse_component_pkg.vhd
+++ b/libraries/technology/tse/tech_tse_component_pkg.vhd
@@ -148,7 +148,7 @@ PACKAGE tech_tse_component_pkg IS
   ------------------------------------------------------------------------------
   
   -- Copied from $RADIOHDL/libraries/technology/ip_arria10/tse_sgmii_lvds/generated/sim/ip_arria10_tse_sgmii_lvds.vhd
-  COMPONENT ip_arria10_tse_sgmii_lvds_top IS
+  COMPONENT ip_arria10_tse_sgmii_lvds IS
   PORT (
     clk            : in  std_logic                     := '0';             -- control_port_clock_connection.clk
     reset          : in  std_logic                     := '0';             --              reset_connection.reset
@@ -199,7 +199,7 @@ PACKAGE tech_tse_component_pkg IS
 
 
   -- Copied from $RADIOHDL/libraries/technology/ip_arria10/tse_sgmii_gx/generated/sim/ip_arria10_tse_sgmii_gx.vhd
-  COMPONENT ip_arria10_tse_sgmii_gx_top IS
+  COMPONENT ip_arria10_tse_sgmii_gx IS
   PORT (
     clk                : in  std_logic                     := '0';             -- control_port_clock_connection.clk
     reset              : in  std_logic                     := '0';             --              reset_connection.reset
-- 
GitLab