OpenCores
URL https://opencores.org/ocsvn/astron_pipeline/astron_pipeline/trunk

Subversion Repositories astron_pipeline

[/] [astron_pipeline/] [trunk/] [tb_tb_dp_pipeline.vhd] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 danv
-------------------------------------------------------------------------------
2
--
3 3 danv
-- Copyright 2020
4 2 danv
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
5
-- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
6 3 danv
-- 
7
-- Licensed under the Apache License, Version 2.0 (the "License");
8
-- you may not use this file except in compliance with the License.
9
-- You may obtain a copy of the License at
10
-- 
11
--     http://www.apache.org/licenses/LICENSE-2.0
12
-- 
13
-- Unless required by applicable law or agreed to in writing, software
14
-- distributed under the License is distributed on an "AS IS" BASIS,
15
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
-- See the License for the specific language governing permissions and
17
-- limitations under the License.
18 2 danv
--
19
-------------------------------------------------------------------------------
20
 
21
LIBRARY IEEE;
22
USE IEEE.std_logic_1164.ALL;
23
 
24
-- > as 3
25
-- > run -all --> OK
26
 
27
ENTITY tb_tb_dp_pipeline IS
28
END tb_tb_dp_pipeline;
29
 
30
 
31
ARCHITECTURE tb OF tb_tb_dp_pipeline IS
32
  SIGNAL tb_end : STD_LOGIC := '0';  -- declare tb_end to avoid 'No objects found' error on 'when -label tb_end'
33
BEGIN
34
 
35
  u_p0 : ENTITY work.tb_dp_pipeline GENERIC MAP (0);
36
  u_p1 : ENTITY work.tb_dp_pipeline GENERIC MAP (1);
37
  u_p2 : ENTITY work.tb_dp_pipeline GENERIC MAP (2);
38
  u_p7 : ENTITY work.tb_dp_pipeline GENERIC MAP (7);
39
 
40
END tb;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.