URL
https://opencores.org/ocsvn/astron_pipeline/astron_pipeline/trunk
[/] [astron_pipeline/] [trunk/] [tb_tb_dp_pipeline.vhd] - Blame information for rev 2
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
danv |
-------------------------------------------------------------------------------
|
2 |
|
|
--
|
3 |
|
|
-- Copyright (C) 2013
|
4 |
|
|
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
|
5 |
|
|
-- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/>
|
6 |
|
|
-- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
|
7 |
|
|
--
|
8 |
|
|
-- This program is free software: you can redistribute it and/or modify
|
9 |
|
|
-- it under the terms of the GNU General Public License as published by
|
10 |
|
|
-- the Free Software Foundation, either version 3 of the License, or
|
11 |
|
|
-- (at your option) any later version.
|
12 |
|
|
--
|
13 |
|
|
-- This program is distributed in the hope that it will be useful,
|
14 |
|
|
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15 |
|
|
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
16 |
|
|
-- GNU General Public License for more details.
|
17 |
|
|
--
|
18 |
|
|
-- You should have received a copy of the GNU General Public License
|
19 |
|
|
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
20 |
|
|
--
|
21 |
|
|
-------------------------------------------------------------------------------
|
22 |
|
|
|
23 |
|
|
LIBRARY IEEE;
|
24 |
|
|
USE IEEE.std_logic_1164.ALL;
|
25 |
|
|
|
26 |
|
|
-- > as 3
|
27 |
|
|
-- > run -all --> OK
|
28 |
|
|
|
29 |
|
|
ENTITY tb_tb_dp_pipeline IS
|
30 |
|
|
END tb_tb_dp_pipeline;
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
ARCHITECTURE tb OF tb_tb_dp_pipeline IS
|
34 |
|
|
SIGNAL tb_end : STD_LOGIC := '0'; -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
|
35 |
|
|
BEGIN
|
36 |
|
|
|
37 |
|
|
u_p0 : ENTITY work.tb_dp_pipeline GENERIC MAP (0);
|
38 |
|
|
u_p1 : ENTITY work.tb_dp_pipeline GENERIC MAP (1);
|
39 |
|
|
u_p2 : ENTITY work.tb_dp_pipeline GENERIC MAP (2);
|
40 |
|
|
u_p7 : ENTITY work.tb_dp_pipeline GENERIC MAP (7);
|
41 |
|
|
|
42 |
|
|
END tb;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.