Skip to content
Snippets Groups Projects
Commit 25c82832 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Removed tb_tb_tb_eth.vhd.

parent 1b980177
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,10 @@ test_bench_files = ...@@ -29,7 +29,10 @@ test_bench_files =
$UNB/Firmware/modules/tse/tb/vhdl/tb_eth_hdr.vhd $UNB/Firmware/modules/tse/tb/vhdl/tb_eth_hdr.vhd
tb/vhdl/tb_eth.vhd tb/vhdl/tb_eth.vhd
tb/vhdl/tb_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_udp_offload.vhd
tb/vhdl/tb_eth_ihl_to_20.vhd tb/vhdl/tb_eth_ihl_to_20.vhd
tb/vhdl/tb_tb_tb_eth_regression.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
-------------------------------------------------------------------------------
--
-- 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;
...@@ -35,7 +35,7 @@ END tb_tb_tb_eth_regression; ...@@ -35,7 +35,7 @@ END tb_tb_tb_eth_regression;
ARCHITECTURE tb OF tb_tb_tb_eth_regression IS ARCHITECTURE tb OF tb_tb_tb_eth_regression IS
BEGIN 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_hdr : ENTITY work.tb_eth_hdr;
u_tb_eth_checksum : ENTITY work.tb_eth_checksum; u_tb_eth_checksum : ENTITY work.tb_eth_checksum;
u_tb_eth_crc_ctrl : ENTITY work.tb_eth_crc_ctrl; u_tb_eth_crc_ctrl : ENTITY work.tb_eth_crc_ctrl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment