OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [perl_gui/] [lib/] [ip/] [Interrupt/] [int_ctrl.IP] - Blame information for rev 25

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

Line No. Rev Author Line
1 25 alirezamon
#######################################################################
2
##      File: int_ctrl.IP
3
##
4
##      Copyright (C) 2014-2016  Alireza Monemi
5
##
6
##      This file is part of ProNoC 1.5.0
7
##
8
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
9
##      MAY CAUSE UNEXPECTED BEHAIVOR.
10
################################################################################
11
 
12
$int_ctrl = bless( {
13
                     'hdl_files' => [
14
                                      '/mpsoc/src_peripheral/int_ctrl/int_ctrl.v'
15
                                    ],
16
                     'system_h' => '
17
        #define ${IP}_MER                      (*((volatile unsigned int *) ($BASE      )))
18
        #define ${IP}_IER                       (*((volatile unsigned int *) ($BASE+4   )))
19
        #define         ${IP}_IAR                       (*((volatile unsigned int *) ($BASE+8   )))
20
        #define         ${IP}_IPR                       (*((volatile unsigned int *) ($BASE+12  )))',
21
                     'ip_name' => 'int_ctrl',
22
                     'description' => 'interrupt controller',
23
                     'gui_status' => {
24
                                       'timeout' => 0,
25
                                       'status' => 'ideal'
26
                                     },
27
                     'modules' => {
28
                                    'int_ctrl' => {}
29
                                  },
30
                     'plugs' => {
31
                                  'reset' => {
32
                                               'reset' => {},
33
                                               'value' => 1,
34
                                               '0' => {
35
                                                        'name' => 'reset'
36
                                                      },
37
                                               'type' => 'num'
38
                                             },
39
                                  'clk' => {
40
                                             'clk' => {},
41
                                             'value' => 1,
42
                                             '0' => {
43
                                                      'name' => 'clk'
44
                                                    },
45
                                             'type' => 'num'
46
                                           },
47
                                  'wb_slave' => {
48
                                                  '0' => {
49
                                                           'width' => 5,
50
                                                           'name' => 'wb',
51
                                                           'addr' => '0x9e00_0000       0x9eff_ffff             IDE Controller'
52
                                                         },
53
                                                  'value' => 1,
54
                                                  'type' => 'num',
55
                                                  'wb_slave' => {}
56
                                                }
57
                                },
58
                     'parameters' => {
59
                                       'Aw' => {
60
                                                 'info' => undef,
61
                                                 'deafult' => ' 3',
62
                                                 'global_param' => 0,
63
                                                 'content' => '',
64
                                                 'type' => 'Fixed'
65
                                               },
66
                                       'SELw' => {
67
                                                   'info' => undef,
68
                                                   'deafult' => ' 4    ',
69
                                                   'global_param' => 0,
70
                                                   'content' => '',
71
                                                   'type' => 'Fixed'
72
                                                 },
73
                                       'Dw' => {
74
                                                 'info' => undef,
75
                                                 'deafult' => '    32',
76
                                                 'global_param' => 0,
77
                                                 'content' => '',
78
                                                 'type' => 'Fixed'
79
                                               },
80
                                       'INT_NUM' => {
81
                                                      'info' => 'number of  inerrupt.',
82
                                                      'deafult' => ' 3',
83
                                                      'global_param' => 0,
84
                                                      'content' => '1,32,1',
85
                                                      'type' => 'Spin-button'
86
                                                    }
87
                                     },
88
                     'ports' => {
89
                                  'sa_dat_o' => {
90
                                                  'intfc_name' => 'plug:wb_slave[0]',
91
                                                  'intfc_port' => 'dat_o',
92
                                                  'range' => 'Dw-1       :   0',
93
                                                  'type' => 'output'
94
                                                },
95
                                  'sa_rty_o' => {
96
                                                  'intfc_name' => 'plug:wb_slave[0]',
97
                                                  'intfc_port' => 'rty_o',
98
                                                  'range' => '',
99
                                                  'type' => 'output'
100
                                                },
101
                                  'sa_sel_i' => {
102
                                                  'intfc_name' => 'plug:wb_slave[0]',
103
                                                  'intfc_port' => 'sel_i',
104
                                                  'range' => 'SELw-1     :   0',
105
                                                  'type' => 'input'
106
                                                },
107
                                  'sa_dat_i' => {
108
                                                  'intfc_name' => 'plug:wb_slave[0]',
109
                                                  'intfc_port' => 'dat_i',
110
                                                  'range' => 'Dw-1       :   0',
111
                                                  'type' => 'input'
112
                                                },
113
                                  'sa_we_i' => {
114
                                                 'intfc_name' => 'plug:wb_slave[0]',
115
                                                 'intfc_port' => 'we_i',
116
                                                 'range' => '',
117
                                                 'type' => 'input'
118
                                               },
119
                                  'sa_err_o' => {
120
                                                  'intfc_name' => 'plug:wb_slave[0]',
121
                                                  'intfc_port' => 'err_o',
122
                                                  'range' => '',
123
                                                  'type' => 'output'
124
                                                },
125
                                  'reset' => {
126
                                               'intfc_name' => 'plug:reset[0]',
127
                                               'intfc_port' => 'reset_i',
128
                                               'range' => '',
129
                                               'type' => 'input'
130
                                             },
131
                                  'sa_ack_o' => {
132
                                                  'intfc_name' => 'plug:wb_slave[0]',
133
                                                  'intfc_port' => 'ack_o',
134
                                                  'range' => '',
135
                                                  'type' => 'output'
136
                                                },
137
                                  'int_o' => {
138
                                               'intfc_name' => 'socket:interrupt_cpu[0]',
139
                                               'intfc_port' => 'int_o',
140
                                               'range' => '',
141
                                               'type' => 'output'
142
                                             },
143
                                  'clk' => {
144
                                             'intfc_name' => 'plug:clk[0]',
145
                                             'intfc_port' => 'clk_i',
146
                                             'range' => '',
147
                                             'type' => 'input'
148
                                           },
149
                                  'int_i' => {
150
                                               'intfc_name' => 'socket:interrupt_peripheral[array]',
151
                                               'intfc_port' => 'int_i',
152
                                               'range' => 'INT_NUM-1  :   0',
153
                                               'type' => 'input'
154
                                             },
155
                                  'sa_addr_i' => {
156
                                                   'intfc_name' => 'plug:wb_slave[0]',
157
                                                   'intfc_port' => 'adr_i',
158
                                                   'range' => 'Aw-1       :   0',
159
                                                   'type' => 'input'
160
                                                 },
161
                                  'sa_stb_i' => {
162
                                                  'intfc_name' => 'plug:wb_slave[0]',
163
                                                  'intfc_port' => 'stb_i',
164
                                                  'range' => '',
165
                                                  'type' => 'input'
166
                                                }
167
                                },
168
                     'parameters_order' => [
169
                                             'INT_NUM',
170
                                             'Dw',
171
                                             'Aw',
172
                                             'SELw'
173
                                           ],
174
                     'sockets' => {
175
                                    'interrupt_cpu' => {
176
                                                         'interrupt_cpu' => {},
177
                                                         'connection_num' => 'single connection',
178
                                                         'value' => 1,
179
                                                         '0' => {
180
                                                                  'name' => 'int_cpu'
181
                                                                },
182
                                                         'type' => 'num'
183
                                                       },
184
                                    'interrupt_peripheral' => {
185
                                                                'connection_num' => 'single connection',
186
                                                                'interrupt_peripheral' => {},
187
                                                                '0' => {
188
                                                                         'name' => 'int_periph'
189
                                                                       },
190
                                                                'value' => 'INT_NUM',
191
                                                                'type' => 'param'
192
                                                              }
193
                                  },
194
                     'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/int_ctrl/int_ctrl.v',
195
                     'module_name' => 'int_ctrl',
196
                     'unused' => {
197
                                   'plug:wb_slave[0]' => [
198
                                                           'cyc_i',
199
                                                           'tag_i',
200
                                                           'cti_i',
201
                                                           'bte_i'
202
                                                         ]
203
                                 },
204
                     'category' => 'Interrupt'
205
                   }, 'ip_gen' );

powered by: WebSVN 2.1.0

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