From 25c82832650d937a7e3ef852fb446eee064ffd56 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 15 Dec 2014 11:11:35 +0000
Subject: [PATCH] Removed tb_tb_tb_eth.vhd.

---
 libraries/io/eth/hdllib.cfg                   |  5 +-
 libraries/io/eth/tb/vhdl/tb_tb_tb_eth.vhd     | 46 -------------------
 .../eth/tb/vhdl/tb_tb_tb_eth_regression.vhd   |  2 +-
 3 files changed, 5 insertions(+), 48 deletions(-)
 delete mode 100644 libraries/io/eth/tb/vhdl/tb_tb_tb_eth.vhd

diff --git a/libraries/io/eth/hdllib.cfg b/libraries/io/eth/hdllib.cfg
index ef1c6c3e81..6829b8993c 100644
--- a/libraries/io/eth/hdllib.cfg
+++ b/libraries/io/eth/hdllib.cfg
@@ -29,7 +29,10 @@ test_bench_files =
     $UNB/Firmware/modules/tse/tb/vhdl/tb_eth_hdr.vhd
     tb/vhdl/tb_eth.vhd
     tb/vhdl/tb_tb_eth.vhd
-    tb/vhdl/tb_tb_tb_eth.vhd
     tb/vhdl/tb_eth_udp_offload.vhd
     tb/vhdl/tb_eth_ihl_to_20.vhd
     tb/vhdl/tb_tb_tb_eth_regression.vhd
+
+modelsim_search_libraries =
+    altera_ver lpm_ver sgate_ver altera_mf_ver altera_lnsim_ver stratixiv_ver stratixiv_hssi_ver stratixiv_pcie_hip_ver twentynm_ver twentynm_hssi_ver twentynm_hip_ver
+    altera     lpm     sgate     altera_mf     altera_lnsim     stratixiv     stratixiv_hssi     stratixiv_pcie_hip     twentynm     twentynm_hssi     twentynm_hip
diff --git a/libraries/io/eth/tb/vhdl/tb_tb_tb_eth.vhd b/libraries/io/eth/tb/vhdl/tb_tb_tb_eth.vhd
deleted file mode 100644
index 211daeab9f..0000000000
--- a/libraries/io/eth/tb/vhdl/tb_tb_tb_eth.vhd
+++ /dev/null
@@ -1,46 +0,0 @@
--------------------------------------------------------------------------------
---
--- Copyright (C) 2014
--- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
--- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
--- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--------------------------------------------------------------------------------
-
--- Purpose: Multi-testbench for eth
--- Description:
---   Verify eth for different technologies
--- Usage:
---   > as 3
---   > run -all
-
-LIBRARY IEEE, technology_lib, tech_tse_lib;
-USE IEEE.std_logic_1164.ALL;
-USE WORK.eth_pkg.ALL;
-USE technology_lib.technology_pkg.ALL;
-
-
-ENTITY tb_tb_tb_eth IS
-END tb_tb_tb_eth;
-
-
-ARCHITECTURE tb OF tb_tb_tb_eth IS
-
-BEGIN
-
-  u_dut_stratixiv : ENTITY work.tb_tb_eth GENERIC MAP (c_tech_stratixiv);
-  
-END tb;
diff --git a/libraries/io/eth/tb/vhdl/tb_tb_tb_eth_regression.vhd b/libraries/io/eth/tb/vhdl/tb_tb_tb_eth_regression.vhd
index 58931265bc..1addbeb862 100644
--- a/libraries/io/eth/tb/vhdl/tb_tb_tb_eth_regression.vhd
+++ b/libraries/io/eth/tb/vhdl/tb_tb_tb_eth_regression.vhd
@@ -35,7 +35,7 @@ END tb_tb_tb_eth_regression;
 ARCHITECTURE tb OF tb_tb_tb_eth_regression IS
 BEGIN
 
-  u_tb_tb_tb_eth       : ENTITY work.tb_tb_tb_eth;
+  u_tb_tb_eth          : ENTITY work.tb_tb_eth;
   u_tb_eth_hdr         : ENTITY work.tb_eth_hdr;
   u_tb_eth_checksum    : ENTITY work.tb_eth_checksum;
   u_tb_eth_crc_ctrl    : ENTITY work.tb_eth_crc_ctrl;
-- 
GitLab