diff --git a/libraries/base/dp/tb/vhdl/tb_tb_dp_bsn_source_v2.vhd b/libraries/base/dp/tb/vhdl/tb_tb_dp_bsn_source_v2.vhd new file mode 100644 index 0000000000000000000000000000000000000000..7932d0b48d4bb740d7f082f834e3963df87274ad --- /dev/null +++ b/libraries/base/dp/tb/vhdl/tb_tb_dp_bsn_source_v2.vhd @@ -0,0 +1,45 @@ +------------------------------------------------------------------------------- +-- +-- Copyright (C) 2010 +-- 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/>. +-- +------------------------------------------------------------------------------- + +LIBRARY IEEE; +USE IEEE.std_logic_1164.ALL; +USE work.tb_dp_pkg.ALL; + + +-- > as 2 +-- > run -all --> OK + +ENTITY tb_tb_dp_bsn_source_v2 IS +END tb_tb_dp_bsn_source_v2; + + +ARCHITECTURE tb OF tb_tb_dp_bsn_source_v2 IS + SIGNAL tb_end : STD_LOGIC := '0'; -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end' +BEGIN + + -- (clk_per_sync) + u0_230 : ENTITY work.tb_dp_bsn_source_v2 GENERIC MAP (230); + u0_240 : ENTITY work.tb_dp_bsn_source_v2 GENERIC MAP (240); + u0_248 : ENTITY work.tb_dp_bsn_source_v2 GENERIC MAP (248); + +END tb; + \ No newline at end of file