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 38

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

powered by: WebSVN 2.1.0

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