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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [rtl/] [vhdl/] [t48_core-c.vhd] - Blame information for rev 292

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 arniml
-------------------------------------------------------------------------------
2
--
3
-- T48 Microcontroller Core
4
--
5 179 arniml
-- $Id: t48_core-c.vhd,v 1.2 2005-06-11 10:08:43 arniml Exp $
6 4 arniml
--
7
-------------------------------------------------------------------------------
8
 
9
configuration t48_core_struct_c0 of t48_core is
10
 
11
  for struct
12
 
13 179 arniml
    for alu_b : t48_alu
14
      use configuration work.t48_alu_rtl_c0;
15 4 arniml
    end for;
16
 
17 179 arniml
    for bus_mux_b : t48_bus_mux
18
      use configuration work.t48_bus_mux_rtl_c0;
19 4 arniml
    end for;
20
 
21 179 arniml
    for clock_ctrl_b : t48_clock_ctrl
22
      use configuration work.t48_clock_ctrl_rtl_c0;
23 4 arniml
    end for;
24
 
25 179 arniml
    for cond_branch_b : t48_cond_branch
26
      use configuration work.t48_cond_branch_rtl_c0;
27 4 arniml
    end for;
28
 
29
    for use_db_bus
30 179 arniml
      for db_bus_b : t48_db_bus
31
        use configuration work.t48_db_bus_rtl_c0;
32 4 arniml
      end for;
33
    end for;
34
 
35 179 arniml
    for decoder_b : t48_decoder
36
      use configuration work.t48_decoder_rtl_c0;
37 4 arniml
    end for;
38
 
39 179 arniml
    for dmem_ctrl_b : t48_dmem_ctrl
40
      use configuration work.t48_dmem_ctrl_rtl_c0;
41 4 arniml
    end for;
42
 
43
    for use_timer
44 179 arniml
      for timer_b : t48_timer
45
        use configuration work.t48_timer_rtl_c0;
46 4 arniml
      end for;
47
    end for;
48
 
49
    for use_p1
50 179 arniml
      for p1_b : t48_p1
51
        use configuration work.t48_p1_rtl_c0;
52 4 arniml
      end for;
53
    end for;
54
 
55
    for use_p2
56 179 arniml
      for p2_b : t48_p2
57
        use configuration work.t48_p2_rtl_c0;
58 4 arniml
      end for;
59
    end for;
60
 
61 179 arniml
    for pmem_ctrl_b : t48_pmem_ctrl
62
      use configuration work.t48_pmem_ctrl_rtl_c0;
63 4 arniml
    end for;
64
 
65 179 arniml
    for psw_b : t48_psw
66
      use configuration work.t48_psw_rtl_c0;
67 4 arniml
    end for;
68
 
69
  end for;
70
 
71
end t48_core_struct_c0;

powered by: WebSVN 2.1.0

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