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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_4/] [rtl/] [vhdl/] [t21_core-c.vhd] - Blame information for rev 344

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 arniml
-------------------------------------------------------------------------------
2
--
3
-- T21 Microcontroller Core
4
--
5
-------------------------------------------------------------------------------
6
 
7
configuration t21_core_struct_c0 of t21_core is
8
 
9
  for struct
10
 
11
    for alu_b : t48_alu
12
      use configuration work.t48_alu_rtl_c0;
13
    end for;
14
 
15
    for bus_mux_b : t48_bus_mux
16
      use configuration work.t48_bus_mux_rtl_c0;
17
    end for;
18
 
19
    for clock_ctrl_b : t48_clock_ctrl
20
      use configuration work.t48_clock_ctrl_rtl_c0;
21
    end for;
22
 
23
    for cond_branch_b : t48_cond_branch
24
      use configuration work.t48_cond_branch_rtl_c0;
25
    end for;
26
 
27
    for decoder_b : t48_decoder
28
      use configuration work.t48_decoder_rtl_c0;
29
    end for;
30
 
31
    for dmem_ctrl_b : t48_dmem_ctrl
32
      use configuration work.t48_dmem_ctrl_rtl_c0;
33
    end for;
34
 
35
    for timer_b : t48_timer
36
      use configuration work.t48_timer_rtl_c0;
37
    end for;
38
 
39
    for p0_b : t48_p1
40
      use configuration work.t48_p1_rtl_c0;
41
    end for;
42
 
43
    for p1_b : t48_p1
44
      use configuration work.t48_p1_rtl_c0;
45
    end for;
46
 
47
    for p2_b : t48_p2
48
      use configuration work.t48_p2_rtl_c0;
49
    end for;
50
 
51
    for pmem_ctrl_b : t48_pmem_ctrl
52
      use configuration work.t48_pmem_ctrl_rtl_c0;
53
    end for;
54
 
55
    for psw_b : t48_psw
56
      use configuration work.t48_psw_rtl_c0;
57
    end for;
58
 
59
  end for;
60
 
61
end t21_core_struct_c0;

powered by: WebSVN 2.1.0

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