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

powered by: WebSVN 2.1.0

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