From 6cc61c8489314b1fe49610f94c4290e850c7275c Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 5 Dec 2014 13:39:49 +0000
Subject: [PATCH] Corrected xaui_rx_arr.

---
 libraries/technology/eth_10g/tb_tech_eth_10g.vhd | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libraries/technology/eth_10g/tb_tech_eth_10g.vhd b/libraries/technology/eth_10g/tb_tech_eth_10g.vhd
index bd414709a9..38e98cfd14 100644
--- a/libraries/technology/eth_10g/tb_tech_eth_10g.vhd
+++ b/libraries/technology/eth_10g/tb_tech_eth_10g.vhd
@@ -307,8 +307,6 @@ BEGIN
     );
   END GENERATE;
 
-  xaui_rx_arr <= xaui_tx_arr;
-  
   u_link_connect : ENTITY tech_mac_10g_lib.tb_tech_mac_10g_link_connect
   GENERIC MAP (
     g_loopback    => c_phy_loopback,  -- default TRUE for loopback tx to rx, else use FALSE to connect tx-tx, rx-rx between two tb devices
-- 
GitLab