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

Subversion Repositories t48

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 arniml
-------------------------------------------------------------------------------
2
--
3
-- UPI-41 Microcontroller Core
4
--
5
-------------------------------------------------------------------------------
6
 
7
configuration upi41_core_struct_c0 of upi41_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 db_bus_b : upi41_db_bus
28
      use configuration work.upi41_db_bus_rtl_c0;
29
    end for;
30
 
31
    for decoder_b : t48_decoder
32
      use configuration work.t48_decoder_rtl_c0;
33
    end for;
34
 
35
    for dmem_ctrl_b : t48_dmem_ctrl
36
      use configuration work.t48_dmem_ctrl_rtl_c0;
37
    end for;
38
 
39 314 arniml
    for timer_b : t48_timer
40
      use configuration work.t48_timer_rtl_c0;
41 303 arniml
    end for;
42
 
43 314 arniml
    for p1_b : t48_p1
44
      use configuration work.t48_p1_rtl_c0;
45 303 arniml
    end for;
46
 
47 314 arniml
    for p2_b : t48_p2
48
      use configuration work.t48_p2_rtl_c0;
49 303 arniml
    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 upi41_core_struct_c0;

powered by: WebSVN 2.1.0

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