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/] [Bus/] [wishbone_bus.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: wishbone_bus.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
$wishbone_bus = bless( {
13
                         'hdl_files' => [
14
                                          '/mpsoc/src_peripheral/bus/wishbone_bus.v',
15
                                          '/mpsoc/src_noc/main_comp.v',
16
                                          '/mpsoc/src_noc/arbiter.v'
17
                                        ],
18
                         'ip_name' => 'wishbone_bus',
19
                         'description' => 'wishbone bus',
20
                         'gui_status' => {
21
                                           'status' => 'ideal',
22
                                           'timeout' => 0
23
                                         },
24
                         'parameters' => {
25
                                           'S' => {
26
                                                    'info' => 'Number of wishbone slave interface',
27
                                                    'deafult' => '4',
28
                                                    'global_param' => 'Localparam',
29
                                                    'content' => '1,256,1',
30
                                                    'type' => 'Spin-button',
31
                                                    'redefine_param' => 1
32
                                                  },
33
                                           'SELw' => {
34
                                                       'info' => undef,
35
                                                       'deafult' => 'Dw/8',
36
                                                       'global_param' => 'Localparam',
37
                                                       'content' => '',
38
                                                       'type' => 'Fixed',
39
                                                       'redefine_param' => 1
40
                                                     },
41
                                           'Dw' => {
42
                                                     'info' => 'The wishbone Bus data width in bits.',
43
                                                     'deafult' => '32',
44
                                                     'global_param' => 'Localparam',
45
                                                     'content' => '8,512,8',
46
                                                     'type' => 'Spin-button',
47
                                                     'redefine_param' => 1
48
                                                   },
49
                                           'BTEw' => {
50
                                                       'info' => undef,
51
                                                       'deafult' => '2 ',
52
                                                       'global_param' => 'Localparam',
53
                                                       'content' => '',
54
                                                       'type' => 'Fixed',
55
                                                       'redefine_param' => 1
56
                                                     },
57
                                           'M' => {
58
                                                    'info' => 'Number of wishbone master interface',
59
                                                    'deafult' => ' 4',
60
                                                    'global_param' => 'Localparam',
61
                                                    'content' => '1,256,1',
62
                                                    'type' => 'Spin-button',
63
                                                    'redefine_param' => 1
64
                                                  },
65
                                           'Aw' => {
66
                                                     'info' => 'The wishbone Bus address width',
67
                                                     'deafult' => '32',
68
                                                     'global_param' => 'Localparam',
69
                                                     'content' => '4,128,1',
70
                                                     'type' => 'Spin-button',
71
                                                     'redefine_param' => 1
72
                                                   },
73
                                           'TAGw' => {
74
                                                       'info' => undef,
75
                                                       'deafult' => '3',
76
                                                       'global_param' => 'Localparam',
77
                                                       'content' => '',
78
                                                       'type' => 'Fixed',
79
                                                       'redefine_param' => 1
80
                                                     },
81
                                           'CTIw' => {
82
                                                       'info' => undef,
83
                                                       'deafult' => '3',
84
                                                       'global_param' => 'Localparam',
85
                                                       'content' => '',
86
                                                       'type' => 'Fixed',
87
                                                       'redefine_param' => 1
88
                                                     }
89
                                         },
90
                         'modules' => {
91
                                        'wishbone_bus' => {},
92
                                        'bus_arbiter' => {}
93
                                      },
94
                         'plugs' => {
95
                                      'clk' => {
96
                                                 'clk' => {},
97
                                                 'value' => 1,
98
                                                 '0' => {
99
                                                          'name' => 'clk'
100
                                                        },
101
                                                 'type' => 'num'
102
                                               },
103
                                      'reset' => {
104
                                                   'reset' => {},
105
                                                   'value' => 1,
106
                                                   '0' => {
107
                                                            'name' => 'reset'
108
                                                          },
109
                                                   'type' => 'num'
110
                                                 }
111
                                    },
112
                         'ports_order' => [
113
                                            's_adr_o_all',
114
                                            's_dat_o_all',
115
                                            's_sel_o_all',
116
                                            's_tag_o_all',
117
                                            's_we_o_all',
118
                                            's_cyc_o_all',
119
                                            's_stb_o_all',
120
                                            's_cti_o_all',
121
                                            's_bte_o_all',
122
                                            's_dat_i_all',
123
                                            's_ack_i_all',
124
                                            's_err_i_all',
125
                                            's_rty_i_all',
126
                                            'm_dat_o_all',
127
                                            'm_ack_o_all',
128
                                            'm_err_o_all',
129
                                            'm_rty_o_all',
130
                                            'm_adr_i_all',
131
                                            'm_dat_i_all',
132
                                            'm_sel_i_all',
133
                                            'm_tag_i_all',
134
                                            'm_we_i_all',
135
                                            'm_stb_i_all',
136
                                            'm_cyc_i_all',
137
                                            'm_cti_i_all',
138
                                            'm_bte_i_all',
139
                                            'm_grant_addr',
140
                                            's_sel_one_hot',
141
                                            'clk',
142
                                            'reset'
143
                                          ],
144
                         'parameters_order' => [
145
                                                 'M',
146
                                                 'S',
147
                                                 'Dw',
148
                                                 'Aw',
149
                                                 'SELw',
150
                                                 'TAGw',
151
                                                 'CTIw',
152
                                                 'BTEw'
153
                                               ],
154
                         'ports' => {
155
                                      's_sel_o_all' => {
156
                                                         'intfc_name' => 'socket:wb_slave[array]',
157
                                                         'intfc_port' => 'sel_o',
158
                                                         'range' => 'SELw*S-1    :   0',
159
                                                         'type' => 'output'
160
                                                       },
161
                                      's_adr_o_all' => {
162
                                                         'intfc_name' => 'socket:wb_slave[array]',
163
                                                         'intfc_port' => 'adr_o',
164
                                                         'range' => 'Aw*S-1      :   0',
165
                                                         'type' => 'output'
166
                                                       },
167
                                      's_dat_o_all' => {
168
                                                         'intfc_name' => 'socket:wb_slave[array]',
169
                                                         'intfc_port' => 'dat_o',
170
                                                         'range' => 'Dw*S-1      :   0',
171
                                                         'type' => 'output'
172
                                                       },
173
                                      'm_cyc_i_all' => {
174
                                                         'intfc_name' => 'socket:wb_master[array]',
175
                                                         'intfc_port' => 'cyc_i',
176
                                                         'range' => 'M-1        :   0',
177
                                                         'type' => 'input'
178
                                                       },
179
                                      'm_grant_addr' => {
180
                                                          'intfc_name' => 'socket:wb_addr_map[0]',
181
                                                          'intfc_port' => 'grant_addr',
182
                                                          'range' => 'Aw-1       :   0',
183
                                                          'type' => 'output'
184
                                                        },
185
                                      's_bte_o_all' => {
186
                                                         'intfc_name' => 'socket:wb_slave[array]',
187
                                                         'intfc_port' => 'bte_o',
188
                                                         'range' => 'BTEw*S-1    :   0',
189
                                                         'type' => 'output'
190
                                                       },
191
                                      's_ack_i_all' => {
192
                                                         'intfc_name' => 'socket:wb_slave[array]',
193
                                                         'intfc_port' => 'ack_i',
194
                                                         'range' => 'S-1        :   0',
195
                                                         'type' => 'input'
196
                                                       },
197
                                      's_cti_o_all' => {
198
                                                         'intfc_name' => 'socket:wb_slave[array]',
199
                                                         'intfc_port' => 'cti_o',
200
                                                         'range' => 'CTIw*S-1    :   0',
201
                                                         'type' => 'output'
202
                                                       },
203
                                      's_tag_o_all' => {
204
                                                         'intfc_name' => 'socket:wb_slave[array]',
205
                                                         'intfc_port' => 'tag_o',
206
                                                         'range' => 'TAGw*S-1    :   0',
207
                                                         'type' => 'output'
208
                                                       },
209
                                      's_err_i_all' => {
210
                                                         'intfc_name' => 'socket:wb_slave[array]',
211
                                                         'intfc_port' => 'err_i',
212
                                                         'range' => 'S-1        :   0',
213
                                                         'type' => 'input'
214
                                                       },
215
                                      'm_stb_i_all' => {
216
                                                         'intfc_name' => 'socket:wb_master[array]',
217
                                                         'intfc_port' => 'stb_i',
218
                                                         'range' => 'M-1        :   0',
219
                                                         'type' => 'input'
220
                                                       },
221
                                      'm_ack_o_all' => {
222
                                                         'intfc_name' => 'socket:wb_master[array]',
223
                                                         'intfc_port' => 'ack_o',
224
                                                         'range' => 'M-1        :   0',
225
                                                         'type' => 'output'
226
                                                       },
227
                                      'reset' => {
228
                                                   'intfc_name' => 'plug:reset[0]',
229
                                                   'intfc_port' => 'reset_i',
230
                                                   'range' => '',
231
                                                   'type' => 'input'
232
                                                 },
233
                                      's_cyc_o_all' => {
234
                                                         'intfc_name' => 'socket:wb_slave[array]',
235
                                                         'intfc_port' => 'cyc_o',
236
                                                         'range' => 'S-1        :   0',
237
                                                         'type' => 'output'
238
                                                       },
239
                                      'm_adr_i_all' => {
240
                                                         'intfc_name' => 'socket:wb_master[array]',
241
                                                         'intfc_port' => 'adr_i',
242
                                                         'range' => 'Aw*M-1      :   0',
243
                                                         'type' => 'input'
244
                                                       },
245
                                      'm_rty_o_all' => {
246
                                                         'intfc_name' => 'socket:wb_master[array]',
247
                                                         'intfc_port' => 'rty_o',
248
                                                         'range' => 'M-1        :   0',
249
                                                         'type' => 'output'
250
                                                       },
251
                                      'm_dat_o_all' => {
252
                                                         'intfc_name' => 'socket:wb_master[array]',
253
                                                         'intfc_port' => 'dat_o',
254
                                                         'range' => 'Dw*M-1      :   0',
255
                                                         'type' => 'output'
256
                                                       },
257
                                      's_we_o_all' => {
258
                                                        'intfc_name' => 'socket:wb_slave[array]',
259
                                                        'intfc_port' => 'we_o',
260
                                                        'range' => 'S-1        :   0',
261
                                                        'type' => 'output'
262
                                                      },
263
                                      'm_dat_i_all' => {
264
                                                         'intfc_name' => 'socket:wb_master[array]',
265
                                                         'intfc_port' => 'dat_i',
266
                                                         'range' => 'Dw*M-1      :   0',
267
                                                         'type' => 'input'
268
                                                       },
269
                                      'm_bte_i_all' => {
270
                                                         'intfc_name' => 'socket:wb_master[array]',
271
                                                         'intfc_port' => 'bte_i',
272
                                                         'range' => 'BTEw*M-1    :   0',
273
                                                         'type' => 'input'
274
                                                       },
275
                                      'm_err_o_all' => {
276
                                                         'intfc_name' => 'socket:wb_master[array]',
277
                                                         'intfc_port' => 'err_o',
278
                                                         'range' => 'M-1        :   0',
279
                                                         'type' => 'output'
280
                                                       },
281
                                      's_rty_i_all' => {
282
                                                         'intfc_name' => 'socket:wb_slave[array]',
283
                                                         'intfc_port' => 'rty_i',
284
                                                         'range' => 'S-1        :   0',
285
                                                         'type' => 'input'
286
                                                       },
287
                                      's_stb_o_all' => {
288
                                                         'intfc_name' => 'socket:wb_slave[array]',
289
                                                         'intfc_port' => 'stb_o',
290
                                                         'range' => 'S-1        :   0',
291
                                                         'type' => 'output'
292
                                                       },
293
                                      'm_tag_i_all' => {
294
                                                         'intfc_name' => 'socket:wb_master[array]',
295
                                                         'intfc_port' => 'tag_i',
296
                                                         'range' => 'TAGw*M-1    :   0',
297
                                                         'type' => 'input'
298
                                                       },
299
                                      's_dat_i_all' => {
300
                                                         'intfc_name' => 'socket:wb_slave[array]',
301
                                                         'intfc_port' => 'dat_i',
302
                                                         'range' => 'Dw*S-1      :   0',
303
                                                         'type' => 'input'
304
                                                       },
305
                                      'm_sel_i_all' => {
306
                                                         'intfc_name' => 'socket:wb_master[array]',
307
                                                         'intfc_port' => 'sel_i',
308
                                                         'range' => 'SELw*M-1    :   0',
309
                                                         'type' => 'input'
310
                                                       },
311
                                      'clk' => {
312
                                                 'intfc_name' => 'plug:clk[0]',
313
                                                 'intfc_port' => 'clk_i',
314
                                                 'range' => '',
315
                                                 'type' => 'input'
316
                                               },
317
                                      'm_cti_i_all' => {
318
                                                         'intfc_name' => 'socket:wb_master[array]',
319
                                                         'intfc_port' => 'cti_i',
320
                                                         'range' => 'CTIw*M-1    :   0',
321
                                                         'type' => 'input'
322
                                                       },
323
                                      'm_we_i_all' => {
324
                                                        'intfc_name' => 'socket:wb_master[array]',
325
                                                        'intfc_port' => 'we_i',
326
                                                        'range' => 'M-1        :   0',
327
                                                        'type' => 'input'
328
                                                      },
329
                                      's_sel_one_hot' => {
330
                                                           'intfc_name' => 'socket:wb_addr_map[0]',
331
                                                           'intfc_port' => 'sel_one_hot',
332
                                                           'range' => 'S-1        :   0',
333
                                                           'type' => 'input'
334
                                                         }
335
                                    },
336
                         'sockets' => {
337
                                        'wb_master' => {
338
                                                         'wb_master' => {},
339
                                                         'connection_num' => 'single connection',
340
                                                         'value' => 'M',
341
                                                         '0' => {
342
                                                                  'name' => 'wb_master'
343
                                                                },
344
                                                         'type' => 'param'
345
                                                       },
346
                                        'wb_addr_map' => {
347
                                                           'connection_num' => 'single connection',
348
                                                           'value' => 1,
349
                                                           '0' => {
350
                                                                    'name' => 'wb_addr_map'
351
                                                                  },
352
                                                           'wb_addr_map' => {},
353
                                                           'type' => 'num'
354
                                                         },
355
                                        'wb_slave' => {
356
                                                        'connection_num' => 'single connection',
357
                                                        'value' => 'S',
358
                                                        '0' => {
359
                                                                 'name' => 'wb_slave'
360
                                                               },
361
                                                        'type' => 'param',
362
                                                        'wb_slave' => {}
363
                                                      }
364
                                      },
365
                         'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/bus/wishbone_bus.v',
366
                         'module_name' => 'wishbone_bus',
367
                         'unused' => undef,
368
                         'category' => 'Bus'
369
                       }, 'ip_gen' );

powered by: WebSVN 2.1.0

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