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

Subversion Repositories t400

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

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

Line No. Rev Author Line
1 2 arniml
-------------------------------------------------------------------------------
2
--
3
-- T400 Microcontroller Core
4
--
5 37 arniml
-- $Id: t400_core-c.vhd,v 1.2 2006-05-20 02:48:17 arniml Exp $
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
    for sio_b: t400_sio
62
      use configuration work.t400_sio_rtl_c0;
63
    end for;
64
 
65 37 arniml
    for tim
66
      for timer_b: t400_timer
67
        use configuration work.t400_timer_rtl_c0;
68
      end for;
69
    end for;
70
 
71 2 arniml
  end for;
72
 
73
end t400_core_struct_c0;
74
 
75
 
76
-------------------------------------------------------------------------------
77
-- File History:
78
--
79
-- $Log: not supported by cvs2svn $
80 37 arniml
-- Revision 1.1.1.1  2006/05/06 01:56:44  arniml
81
-- import from local CVS repository, LOC_CVS_0_1
82
--
83 2 arniml
-------------------------------------------------------------------------------

powered by: WebSVN 2.1.0

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