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

Subversion Repositories t48

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

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

Line No. Rev Author Line
1 4 arniml
-------------------------------------------------------------------------------
2
--
3
-- T48 Microcontroller Core
4
--
5
-- $Id: t48_core-c.vhd,v 1.1 2004-03-23 21:31:53 arniml Exp $
6
--
7
-------------------------------------------------------------------------------
8
 
9
configuration t48_core_struct_c0 of t48_core is
10
 
11
  for struct
12
 
13
    for alu_b : alu
14
      use configuration work.alu_rtl_c0;
15
    end for;
16
 
17
    for bus_mux_b : bus_mux
18
      use configuration work.bus_mux_rtl_c0;
19
    end for;
20
 
21
    for clock_ctrl_b : clock_ctrl
22
      use configuration work.clock_ctrl_rtl_c0;
23
    end for;
24
 
25
    for cond_branch_b : cond_branch
26
      use configuration work.cond_branch_rtl_c0;
27
    end for;
28
 
29
    for use_db_bus
30
      for db_bus_b : db_bus
31
        use configuration work.db_bus_rtl_c0;
32
      end for;
33
    end for;
34
 
35
    for decoder_b : decoder
36
      use configuration work.decoder_rtl_c0;
37
    end for;
38
 
39
    for dmem_ctrl_b : dmem_ctrl
40
      use configuration work.dmem_ctrl_rtl_c0;
41
    end for;
42
 
43
    for use_timer
44
      for timer_b : timer
45
        use configuration work.timer_rtl_c0;
46
      end for;
47
    end for;
48
 
49
    for use_p1
50
      for p1_b : p1
51
        use configuration work.p1_rtl_c0;
52
      end for;
53
    end for;
54
 
55
    for use_p2
56
      for p2_b : p2
57
        use configuration work.p2_rtl_c0;
58
      end for;
59
    end for;
60
 
61
    for pmem_ctrl_b : pmem_ctrl
62
      use configuration work.pmem_ctrl_rtl_c0;
63
    end for;
64
 
65
    for psw_b : psw
66
      use configuration work.psw_rtl_c0;
67
    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.