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/] [ext_int.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: ext_int.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
$ext_int = bless( {
13
                    'hdl_files' => [
14
                                     '/mpsoc/src_peripheral/ext_int/ext_int.v'
15
                                   ],
16
                    'system_h' => '
17
        #define ${IP}_GER                       (*((volatile unsigned int *) ($BASE     )))
18
        #define ${IP}_IER_RISE          (*((volatile unsigned int *) ($BASE+4   )))
19
        #define ${IP}_IER_FALL          (*((volatile unsigned int *) ($BASE+8   )))
20
        #define ${IP}_ISR                       (*((volatile unsigned int *) ($BASE+12  )))
21
        #define ${IP}_RD                        (*((volatile unsigned int *) ($BASE+16  )))',
22
                    'ip_name' => 'ext_int',
23
                    'gui_status' => {
24
                                      'status' => 'ideal',
25
                                      'timeout' => 0
26
                                    },
27
                    'plugs' => {
28
                                 'interrupt_peripheral' => {
29
                                                             'interrupt_peripheral' => {},
30
                                                             'value' => 1,
31
                                                             '0' => {
32
                                                                      'name' => 'interrupt'
33
                                                                    },
34
                                                             'type' => 'num'
35
                                                           },
36
                                 'reset' => {
37
                                              'reset' => {},
38
                                              'value' => 1,
39
                                              '0' => {
40
                                                       'name' => 'reset'
41
                                                     },
42
                                              'type' => 'num'
43
                                            },
44
                                 'clk' => {
45
                                            'clk' => {},
46
                                            'value' => 1,
47
                                            '0' => {
48
                                                     'name' => 'clk'
49
                                                   },
50
                                            'type' => 'num'
51
                                          },
52
                                 'wb_slave' => {
53
                                                 'value' => 1,
54
                                                 '0' => {
55
                                                          'width' => 5,
56
                                                          'name' => 'wb',
57
                                                          'addr' => '0x9e00_0000        0x9eff_ffff             IDE Controller'
58
                                                        },
59
                                                 'type' => 'num',
60
                                                 'wb_slave' => {}
61
                                               }
62
                               },
63
                    'modules' => {
64
                                   'ext_int' => {}
65
                                 },
66
                    'parameters' => {
67
                                      'Aw' => {
68
                                                'info' => undef,
69
                                                'deafult' => '3',
70
                                                'global_param' => 0,
71
                                                'content' => '',
72
                                                'type' => 'Fixed'
73
                                              },
74
                                      'SELw' => {
75
                                                  'info' => undef,
76
                                                  'deafult' => '4',
77
                                                  'global_param' => 0,
78
                                                  'content' => '',
79
                                                  'type' => 'Fixed'
80
                                                },
81
                                      'TAGw' => {
82
                                                  'info' => undef,
83
                                                  'deafult' => '3',
84
                                                  'global_param' => 0,
85
                                                  'content' => '',
86
                                                  'type' => 'Fixed'
87
                                                },
88
                                      'Dw' => {
89
                                                'info' => undef,
90
                                                'deafult' => '32',
91
                                                'global_param' => 0,
92
                                                'content' => '',
93
                                                'type' => 'Fixed'
94
                                              },
95
                                      'EXT_INT_NUM' => {
96
                                                         'info' => 'number of external interrupt pins.',
97
                                                         'deafult' => '3',
98
                                                         'global_param' => 0,
99
                                                         'content' => '1,32,1',
100
                                                         'type' => 'Spin-button'
101
                                                       }
102
                                    },
103
                    'parameters_order' => [
104
                                            'Dw',
105
                                            'Aw',
106
                                            'TAGw',
107
                                            'SELw',
108
                                            'EXT_INT_NUM'
109
                                          ],
110
                    'ports' => {
111
                                 'sa_tag_i' => {
112
                                                 'intfc_port' => 'tag_i',
113
                                                 'intfc_name' => 'plug:wb_slave[0]',
114
                                                 'range' => 'TAGw-1     :   0',
115
                                                 'type' => 'input'
116
                                               },
117
                                 'sa_rty_o' => {
118
                                                 'intfc_port' => 'rty_o',
119
                                                 'intfc_name' => 'plug:wb_slave[0]',
120
                                                 'range' => '',
121
                                                 'type' => 'output'
122
                                               },
123
                                 'sa_dat_o' => {
124
                                                 'intfc_port' => 'dat_o',
125
                                                 'intfc_name' => 'plug:wb_slave[0]',
126
                                                 'range' => 'Dw-1       :   0',
127
                                                 'type' => 'output'
128
                                               },
129
                                 'sa_sel_i' => {
130
                                                 'intfc_name' => 'plug:wb_slave[0]',
131
                                                 'intfc_port' => 'sel_i',
132
                                                 'range' => 'SELw-1     :   0',
133
                                                 'type' => 'input'
134
                                               },
135
                                 'sa_dat_i' => {
136
                                                 'intfc_name' => 'plug:wb_slave[0]',
137
                                                 'intfc_port' => 'dat_i',
138
                                                 'range' => 'Dw-1       :   0',
139
                                                 'type' => 'input'
140
                                               },
141
                                 'ext_int_o' => {
142
                                                  'intfc_name' => 'plug:interrupt_peripheral[0]',
143
                                                  'intfc_port' => 'int_o',
144
                                                  'range' => '',
145
                                                  'type' => 'output'
146
                                                },
147
                                 'sa_we_i' => {
148
                                                'intfc_port' => 'we_i',
149
                                                'intfc_name' => 'plug:wb_slave[0]',
150
                                                'range' => '',
151
                                                'type' => 'input'
152
                                              },
153
                                 'sa_cyc_i' => {
154
                                                 'intfc_port' => 'cyc_i',
155
                                                 'intfc_name' => 'plug:wb_slave[0]',
156
                                                 'range' => '',
157
                                                 'type' => 'input'
158
                                               },
159
                                 'sa_err_o' => {
160
                                                 'intfc_port' => 'err_o',
161
                                                 'intfc_name' => 'plug:wb_slave[0]',
162
                                                 'range' => '',
163
                                                 'type' => 'output'
164
                                               },
165
                                 'sa_ack_o' => {
166
                                                 'intfc_name' => 'plug:wb_slave[0]',
167
                                                 'intfc_port' => 'ack_o',
168
                                                 'range' => '',
169
                                                 'type' => 'output'
170
                                               },
171
                                 'ext_int_i' => {
172
                                                  'intfc_name' => 'IO',
173
                                                  'intfc_port' => 'IO',
174
                                                  'range' => 'EXT_INT_NUM-1      :   0',
175
                                                  'type' => 'input'
176
                                                },
177
                                 'clk' => {
178
                                            'intfc_name' => 'plug:clk[0]',
179
                                            'intfc_port' => 'clk_i',
180
                                            'range' => '',
181
                                            'type' => 'input'
182
                                          },
183
                                 'reset' => {
184
                                              'intfc_port' => 'reset_i',
185
                                              'intfc_name' => 'plug:reset[0]',
186
                                              'range' => '',
187
                                              'type' => 'input'
188
                                            },
189
                                 'sa_addr_i' => {
190
                                                  'intfc_name' => 'plug:wb_slave[0]',
191
                                                  'intfc_port' => 'adr_i',
192
                                                  'range' => 'Aw-1       :   0',
193
                                                  'type' => 'input'
194
                                                },
195
                                 'sa_stb_i' => {
196
                                                 'intfc_name' => 'plug:wb_slave[0]',
197
                                                 'intfc_port' => 'stb_i',
198
                                                 'range' => '',
199
                                                 'type' => 'input'
200
                                               }
201
                               },
202
                    'sockets' => {},
203
                    'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/ext_int/ext_int.v',
204
                    'module_name' => 'ext_int',
205
                    'unused' => {
206
                                  'plug:wb_slave[0]' => [
207
                                                          'cti_i',
208
                                                          'bte_i'
209
                                                        ]
210
                                },
211
                    'category' => 'Interrupt'
212
                  }, 'ip_gen' );

powered by: WebSVN 2.1.0

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