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/] [GPIO/] [gpi.IP] - Blame information for rev 34

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

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

powered by: WebSVN 2.1.0

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