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

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_core-c.vhd] - Blame information for rev 179

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arniml
-------------------------------------------------------------------------------
2
--
3
-- T400 Microcontroller Core
4
--
5 179 arniml
-- $Id: t400_core-c.vhd 179 2009-04-01 19:48:38Z arniml $
6 2 arniml
--
7
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
8
--
9
-- All rights reserved
10
--
11
-------------------------------------------------------------------------------
12
 
13
configuration t400_core_struct_c0 of t400_core is
14
 
15
  for struct
16
 
17
    for clkgen_b: t400_clkgen
18
      use configuration work.t400_clkgen_rtl_c0;
19
    end for;
20
 
21
    for reset_b: t400_reset
22
      use configuration work.t400_reset_rtl_c0;
23
    end for;
24
 
25
    for pmem_ctrl_b: t400_pmem_ctrl
26
      use configuration work.t400_pmem_ctrl_rtl_c0;
27
    end for;
28
 
29
    for dmem_ctrl_b: t400_dmem_ctrl
30
      use configuration work.t400_dmem_ctrl_rtl_c0;
31
    end for;
32
 
33
    for decoder_b: t400_decoder
34
      use configuration work.t400_decoder_rtl_c0;
35
    end for;
36
 
37
    for skip_b: t400_skip
38
      use configuration work.t400_skip_rtl_c0;
39
    end for;
40
 
41
    for alu_b: t400_alu
42
      use configuration work.t400_alu_rtl_c0;
43
    end for;
44
 
45
    for stack_b: t400_stack
46
      use configuration work.t400_stack_rtl_c0;
47
    end for;
48
 
49
    for io_l_b: t400_io_l
50
      use configuration work.t400_io_l_rtl_c0;
51
    end for;
52
 
53
    for io_d_b: t400_io_d
54
      use configuration work.t400_io_d_rtl_c0;
55
    end for;
56
 
57
    for io_g_b: t400_io_g
58
      use configuration work.t400_io_g_rtl_c0;
59
    end for;
60
 
61 49 arniml
    for use_in
62
      for io_in_b: t400_io_in
63
        use configuration work.t400_io_in_rtl_c0;
64
      end for;
65
    end for;
66
 
67 2 arniml
    for sio_b: t400_sio
68
      use configuration work.t400_sio_rtl_c0;
69
    end for;
70
 
71 49 arniml
    for use_tim
72 37 arniml
      for timer_b: t400_timer
73
        use configuration work.t400_timer_rtl_c0;
74
      end for;
75
    end for;
76
 
77 2 arniml
  end for;
78
 
79
end t400_core_struct_c0;

powered by: WebSVN 2.1.0

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