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 42

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

powered by: WebSVN 2.1.0

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