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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_2/] [bench/] [vhdl/] [tb_t8243-c.vhd] - Blame information for rev 304

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 248 arniml
-------------------------------------------------------------------------------
2
--
3
-- The testbench for t8243 core.
4
--
5 295 arniml
-- $Id: tb_t8243-c.vhd 295 2009-04-01 19:32:48Z arniml $
6 248 arniml
--
7
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
8
--
9
-- All rights reserved
10
--
11
-------------------------------------------------------------------------------
12
 
13
configuration tb_t8243_behav_c0 of tb_t8243 is
14
 
15
  for behav
16
 
17
    for rom_internal_2k : lpm_rom
18
      use configuration work.lpm_rom_c0;
19
    end for;
20
 
21
    for rom_external_2k : lpm_rom
22
      use configuration work.lpm_rom_c0;
23
    end for;
24
 
25
    for ram_256 : generic_ram_ena
26
      use configuration work.generic_ram_ena_rtl_c0;
27
    end for;
28
 
29
    for ext_ram_b : generic_ram_ena
30
      use configuration work.generic_ram_ena_rtl_c0;
31
    end for;
32
 
33
    for t48_core_b : t48_core
34
      use configuration work.t48_core_struct_c0;
35
    end for;
36
 
37
    for t8243_sync_notri_b : t8243_sync_notri
38
      use configuration work.t8243_sync_notri_struct_c0;
39
    end for;
40
 
41
    for if_timing_b : if_timing
42
      use configuration work.if_timing_behav_c0;
43
    end for;
44
 
45
  end for;
46
 
47
end tb_t8243_behav_c0;

powered by: WebSVN 2.1.0

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