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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_0_6__beta/] [rtl/] [vhdl/] [system/] [t8050_wb-c.vhd] - Blame information for rev 292

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 169 arniml
-------------------------------------------------------------------------------
2
--
3
-- T8048 Microcontroller System
4
--
5 180 arniml
-- $Id: t8050_wb-c.vhd,v 1.2 2005-06-11 10:19:14 arniml Exp $
6 169 arniml
--
7
-- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org)
8
--
9
-- All rights reserved
10
--
11
-------------------------------------------------------------------------------
12
 
13
configuration t8050_wb_struct_c0 of t8050_wb is
14
 
15
  for struct
16
 
17
    for rom_4k_b : syn_rom
18
      use configuration work.syn_rom_lpm_c0;
19
    end for;
20
 
21
    for ram_256_b : syn_ram
22
      use configuration work.syn_ram_lpm_c0;
23
    end for;
24
 
25 180 arniml
    for wb_master_b : t48_wb_master
26
      use configuration work.t48_wb_master_rtl_c0;
27 169 arniml
    end for;
28
 
29
    for t48_core_b : t48_core
30
      use configuration work.t48_core_struct_c0;
31
    end for;
32
 
33
  end for;
34
 
35
end t8050_wb_struct_c0;

powered by: WebSVN 2.1.0

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