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 25

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