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/] [RAM/] [dual_port_ram.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: dual_port_ram.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
$wb_dual_port_ram = bless( {
13
                             'hdl_files' => [
14
                                              '/mpsoc/src_peripheral/ram/generic_ram.v',
15
                                              '/mpsoc/src_peripheral/ram/byte_enabled_generic_ram.sv',
16
                                              '/mpsoc/src_peripheral/ram/wb_dual_port_ram.v',
17
                                              '/mpsoc/src_peripheral/ram/wb_bram_ctrl.v'
18
                                            ],
19
                             'description' => 'Dual port ram.',
20
                             'ip_name' => 'dual_port_ram',
21
                             'parameters' => {
22
                                               'SELw' => {
23
                                                           'info' => 'Parameter',
24
                                                           'deafult' => 'Dw/8',
25
                                                           'global_param' => 'Localparam',
26
                                                           'content' => '',
27
                                                           'redefine_param' => 1,
28
                                                           'type' => 'Fixed'
29
                                                         },
30
                                               'Dw' => {
31
                                                         'info' => 'Ram data width in Bits',
32
                                                         'deafult' => '32',
33
                                                         'global_param' => 'Localparam',
34
                                                         'content' => '4,1024,1',
35
                                                         'type' => 'Spin-button',
36
                                                         'redefine_param' => 1
37
                                                       },
38
                                               'PORT_B_BURST_MODE' => {
39
                                                                        'info' => 'wisbone bus burst mode ebable/disable on port B',
40
                                                                        'deafult' => '"DISABLED"',
41
                                                                        'global_param' => 'Don\'t include',
42
                                                                        'content' => '"DISABLED","ENABLED" ',
43
                                                                        'type' => 'Combo-box',
44
                                                                        'redefine_param' => 1
45
                                                                      },
46
                                               'BTEw' => {
47
                                                           'info' => 'Parameter',
48
                                                           'deafult' => '2',
49
                                                           'global_param' => 'Localparam',
50
                                                           'content' => '',
51
                                                           'redefine_param' => 1,
52
                                                           'type' => 'Fixed'
53
                                                         },
54
                                               'WB_Aw' => {
55
                                                            'info' => 'Wishbone bus address width in byte',
56
                                                            'deafult' => 'Aw+2',
57
                                                            'global_param' => 'Don\'t include',
58
                                                            'content' => '',
59
                                                            'type' => 'Fixed',
60
                                                            'redefine_param' => 0
61
                                                          },
62
                                               'RAM_INDEX' => {
63
                                                                'info' => 'RAM_INDEX is a unique number which will be used for initialing the memory content only.
64
 
65
',
66
                                                                'deafult' => 'CORE_ID',
67
                                                                'global_param' => 'Localparam',
68
                                                                'content' => '',
69
                                                                'type' => 'Entry',
70
                                                                'redefine_param' => 1
71
                                                              },
72
                                               'Aw' => {
73
                                                         'info' => 'Ram address width',
74
                                                         'deafult' => '12',
75
                                                         'global_param' => 'Localparam',
76
                                                         'content' => '2,31,1',
77
                                                         'type' => 'Spin-button',
78
                                                         'redefine_param' => 1
79
                                                       },
80
                                               'TAGw' => {
81
                                                           'info' => 'Parameter',
82
                                                           'deafult' => '3',
83
                                                           'global_param' => 'Localparam',
84
                                                           'content' => '',
85
                                                           'redefine_param' => 1,
86
                                                           'type' => 'Fixed'
87
                                                         },
88
                                               'BYTE_WR_EN' => {
89
                                                                 'info' => 'Parameter',
90
                                                                 'deafult' => '"YES"',
91
                                                                 'global_param' => 'Localparam',
92
                                                                 'content' => '"YES","NO"',
93
                                                                 'type' => 'Combo-box',
94
                                                                 'redefine_param' => 1
95
                                                               },
96
                                               'PORT_A_BURST_MODE' => {
97
                                                                        'info' => ' wisbone bus burst mode enable/disable on port A',
98
                                                                        'deafult' => '"DISABLED"',
99
                                                                        'global_param' => 'Localparam',
100
                                                                        'content' => '"DISABLED","ENABLED"',
101
                                                                        'type' => 'Combo-box',
102
                                                                        'redefine_param' => 1
103
                                                                      },
104
                                               'CTIw' => {
105
                                                           'info' => 'Parameter',
106
                                                           'deafult' => '3',
107
                                                           'global_param' => 'Localparam',
108
                                                           'content' => '',
109
                                                           'redefine_param' => 1,
110
                                                           'type' => 'Fixed'
111
                                                         },
112
                                               'FPGA_VENDOR' => {
113
                                                                  'info' => 'Parameter',
114
                                                                  'deafult' => '"ALTERA"',
115
                                                                  'global_param' => 'Localparam',
116
                                                                  'content' => '"ALTERA","GENERIC"',
117
                                                                  'type' => 'Combo-box',
118
                                                                  'redefine_param' => 1
119
                                                                }
120
                                             },
121
                             'gui_status' => {
122
                                               'timeout' => 0,
123
                                               'status' => 'ideal'
124
                                             },
125
                             'plugs' => {
126
                                          'reset' => {
127
                                                       'reset' => {},
128
                                                       '0' => {
129
                                                                'name' => 'reset'
130
                                                              },
131
                                                       'value' => 1,
132
                                                       'type' => 'num'
133
                                                     },
134
                                          'clk' => {
135
                                                     'clk' => {},
136
                                                     '0' => {
137
                                                              'name' => 'clk'
138
                                                            },
139
                                                     'value' => 1,
140
                                                     'type' => 'num'
141
                                                   },
142
                                          'wb_slave' => {
143
                                                          '1' => {
144
                                                                   'width' => 'WB_Aw',
145
                                                                   'name' => 'wb_b',
146
                                                                   'addr' => '0x0000_0000       0x3fff_ffff             RAM'
147
                                                                 },
148
                                                          '0' => {
149
                                                                   'width' => 'WB_Aw',
150
                                                                   'name' => 'wb_a',
151
                                                                   'addr' => '0x0000_0000       0x3fff_ffff             RAM'
152
                                                                 },
153
                                                          'value' => 2,
154
                                                          'type' => 'num',
155
                                                          'wb_slave' => {}
156
                                                        }
157
                                        },
158
                             'modules' => {
159
                                            'wb_dual_port_ram' => {}
160
                                          },
161
                             'ports' => {
162
                                          'sa_tag_i' => {
163
                                                          'intfc_name' => 'plug:wb_slave[0]',
164
                                                          'intfc_port' => 'tag_i',
165
                                                          'range' => 'TAGw-1     :   0',
166
                                                          'type' => 'input'
167
                                                        },
168
                                          'sb_addr_i' => {
169
                                                           'intfc_name' => 'plug:wb_slave[1]',
170
                                                           'intfc_port' => 'adr_i',
171
                                                           'range' => 'Aw-1       :   0',
172
                                                           'type' => 'input'
173
                                                         },
174
                                          'sa_rty_o' => {
175
                                                          'intfc_name' => 'plug:wb_slave[0]',
176
                                                          'intfc_port' => 'rty_o',
177
                                                          'range' => '',
178
                                                          'type' => 'output'
179
                                                        },
180
                                          'sa_cti_i' => {
181
                                                          'intfc_name' => 'plug:wb_slave[0]',
182
                                                          'intfc_port' => 'cti_i',
183
                                                          'range' => 'CTIw-1     :   0',
184
                                                          'type' => 'input'
185
                                                        },
186
                                          'sa_sel_i' => {
187
                                                          'intfc_name' => 'plug:wb_slave[0]',
188
                                                          'intfc_port' => 'sel_i',
189
                                                          'range' => 'SELw-1     :   0',
190
                                                          'type' => 'input'
191
                                                        },
192
                                          'sa_bte_i' => {
193
                                                          'intfc_name' => 'plug:wb_slave[0]',
194
                                                          'intfc_port' => 'bte_i',
195
                                                          'range' => 'BTEw-1     :   0',
196
                                                          'type' => 'input'
197
                                                        },
198
                                          'sa_cyc_i' => {
199
                                                          'intfc_name' => 'plug:wb_slave[0]',
200
                                                          'intfc_port' => 'cyc_i',
201
                                                          'range' => '',
202
                                                          'type' => 'input'
203
                                                        },
204
                                          'sb_err_o' => {
205
                                                          'intfc_name' => 'plug:wb_slave[1]',
206
                                                          'intfc_port' => 'err_o',
207
                                                          'range' => '',
208
                                                          'type' => 'output'
209
                                                        },
210
                                          'sa_err_o' => {
211
                                                          'intfc_name' => 'plug:wb_slave[0]',
212
                                                          'intfc_port' => 'err_o',
213
                                                          'range' => '',
214
                                                          'type' => 'output'
215
                                                        },
216
                                          'sa_ack_o' => {
217
                                                          'intfc_name' => 'plug:wb_slave[0]',
218
                                                          'intfc_port' => 'ack_o',
219
                                                          'range' => '',
220
                                                          'type' => 'output'
221
                                                        },
222
                                          'reset' => {
223
                                                       'intfc_name' => 'plug:reset[0]',
224
                                                       'intfc_port' => 'reset_i',
225
                                                       'range' => '',
226
                                                       'type' => 'input'
227
                                                     },
228
                                          'sb_dat_o' => {
229
                                                          'intfc_name' => 'plug:wb_slave[1]',
230
                                                          'intfc_port' => 'dat_o',
231
                                                          'range' => 'Dw-1       :   0',
232
                                                          'type' => 'output'
233
                                                        },
234
                                          'sb_cti_i' => {
235
                                                          'intfc_name' => 'plug:wb_slave[1]',
236
                                                          'intfc_port' => 'cti_i',
237
                                                          'range' => 'CTIw-1     :   0',
238
                                                          'type' => 'input'
239
                                                        },
240
                                          'sb_bte_i' => {
241
                                                          'intfc_name' => 'plug:wb_slave[1]',
242
                                                          'intfc_port' => 'bte_i',
243
                                                          'range' => 'BTEw-1     :   0',
244
                                                          'type' => 'input'
245
                                                        },
246
                                          'sa_addr_i' => {
247
                                                           'intfc_name' => 'plug:wb_slave[0]',
248
                                                           'intfc_port' => 'adr_i',
249
                                                           'range' => 'Aw-1       :   0',
250
                                                           'type' => 'input'
251
                                                         },
252
                                          'sb_ack_o' => {
253
                                                          'intfc_name' => 'plug:wb_slave[1]',
254
                                                          'intfc_port' => 'ack_o',
255
                                                          'range' => '',
256
                                                          'type' => 'output'
257
                                                        },
258
                                          'sb_cyc_i' => {
259
                                                          'intfc_name' => 'plug:wb_slave[1]',
260
                                                          'intfc_port' => 'cyc_i',
261
                                                          'range' => '',
262
                                                          'type' => 'input'
263
                                                        },
264
                                          'sb_rty_o' => {
265
                                                          'intfc_name' => 'plug:wb_slave[1]',
266
                                                          'intfc_port' => 'rty_o',
267
                                                          'range' => '',
268
                                                          'type' => 'output'
269
                                                        },
270
                                          'sb_dat_i' => {
271
                                                          'intfc_name' => 'plug:wb_slave[1]',
272
                                                          'intfc_port' => 'dat_i',
273
                                                          'range' => 'Dw-1       :   0',
274
                                                          'type' => 'input'
275
                                                        },
276
                                          'sa_dat_o' => {
277
                                                          'intfc_name' => 'plug:wb_slave[0]',
278
                                                          'intfc_port' => 'dat_o',
279
                                                          'range' => 'Dw-1       :   0',
280
                                                          'type' => 'output'
281
                                                        },
282
                                          'sb_we_i' => {
283
                                                         'intfc_name' => 'plug:wb_slave[1]',
284
                                                         'intfc_port' => 'we_i',
285
                                                         'range' => '',
286
                                                         'type' => 'input'
287
                                                       },
288
                                          'sa_dat_i' => {
289
                                                          'intfc_name' => 'plug:wb_slave[0]',
290
                                                          'intfc_port' => 'dat_i',
291
                                                          'range' => 'Dw-1       :   0',
292
                                                          'type' => 'input'
293
                                                        },
294
                                          'sb_sel_i' => {
295
                                                          'intfc_name' => 'plug:wb_slave[1]',
296
                                                          'intfc_port' => 'sel_i',
297
                                                          'range' => 'SELw-1     :   0',
298
                                                          'type' => 'input'
299
                                                        },
300
                                          'sa_we_i' => {
301
                                                         'intfc_name' => 'plug:wb_slave[0]',
302
                                                         'intfc_port' => 'we_i',
303
                                                         'range' => '',
304
                                                         'type' => 'input'
305
                                                       },
306
                                          'clk' => {
307
                                                     'intfc_name' => 'plug:clk[0]',
308
                                                     'intfc_port' => 'clk_i',
309
                                                     'range' => '',
310
                                                     'type' => 'input'
311
                                                   },
312
                                          'sb_stb_i' => {
313
                                                          'intfc_name' => 'plug:wb_slave[1]',
314
                                                          'intfc_port' => 'stb_i',
315
                                                          'range' => '',
316
                                                          'type' => 'input'
317
                                                        },
318
                                          'sb_tag_i' => {
319
                                                          'intfc_name' => 'plug:wb_slave[1]',
320
                                                          'intfc_port' => 'tag_i',
321
                                                          'range' => 'TAGw-1     :   0',
322
                                                          'type' => 'input'
323
                                                        },
324
                                          'sa_stb_i' => {
325
                                                          'intfc_name' => 'plug:wb_slave[0]',
326
                                                          'intfc_port' => 'stb_i',
327
                                                          'range' => '',
328
                                                          'type' => 'input'
329
                                                        }
330
                                        },
331
                             'parameters_order' => [
332
                                                     'Dw',
333
                                                     'Aw',
334
                                                     'BYTE_WR_EN',
335
                                                     'FPGA_VENDOR',
336
                                                     'TAGw',
337
                                                     'SELw',
338
                                                     'CTIw',
339
                                                     'BTEw',
340
                                                     'WB_Aw',
341
                                                     'RAM_INDEX',
342
                                                     'PORT_A_BURST_MODE',
343
                                                     'PORT_B_BURST_MODE'
344
                                                   ],
345
                             'ports_order' => [
346
                                                'clk',
347
                                                'reset',
348
                                                'sa_dat_i',
349
                                                'sa_sel_i',
350
                                                'sa_addr_i',
351
                                                'sa_tag_i',
352
                                                'sa_cti_i',
353
                                                'sa_bte_i',
354
                                                'sa_stb_i',
355
                                                'sa_cyc_i',
356
                                                'sa_we_i',
357
                                                'sa_dat_o',
358
                                                'sa_ack_o',
359
                                                'sa_err_o',
360
                                                'sa_rty_o',
361
                                                'sb_dat_i',
362
                                                'sb_sel_i',
363
                                                'sb_addr_i',
364
                                                'sb_tag_i',
365
                                                'sb_cti_i',
366
                                                'sb_bte_i',
367
                                                'sb_stb_i',
368
                                                'sb_cyc_i',
369
                                                'sb_we_i',
370
                                                'sb_dat_o',
371
                                                'sb_ack_o',
372
                                                'sb_err_o',
373
                                                'sb_rty_o'
374
                                              ],
375
                             'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/ram/wb_dual_port_ram.v',
376
                             'module_name' => 'wb_dual_port_ram',
377
                             'unused' => undef,
378
                             'category' => 'RAM'
379
                           }, 'ip_gen' );

powered by: WebSVN 2.1.0

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