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] - Rev 28

Go to most recent revision | Compare with Previous | Blame | View Log

#######################################################################
##      File: dual_port_ram.IP
##    
##      Copyright (C) 2014-2016  Alireza Monemi
##    
##      This file is part of ProNoC 1.5.0 
##
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT 
##      MAY CAUSE UNEXPECTED BEHAIVOR.
################################################################################

$wb_dual_port_ram = bless( {
                             'hdl_files' => [
                                              '/mpsoc/src_peripheral/ram/generic_ram.v',
                                              '/mpsoc/src_peripheral/ram/byte_enabled_generic_ram.sv',
                                              '/mpsoc/src_peripheral/ram/wb_dual_port_ram.v',
                                              '/mpsoc/src_peripheral/ram/wb_bram_ctrl.v'
                                            ],
                             'description' => 'Dual port ram.',
                             'ip_name' => 'dual_port_ram',
                             'parameters' => {
                                               'SELw' => {
                                                           'info' => 'Parameter',
                                                           'deafult' => 'Dw/8',
                                                           'global_param' => 'Localparam',
                                                           'content' => '',
                                                           'type' => 'Fixed',
                                                           'redefine_param' => 1
                                                         },
                                               'PORT_B_BURST_MODE' => {
                                                                        'info' => 'wisbone bus burst mode ebable/disable on port B',
                                                                        'deafult' => '"DISABLED"',
                                                                        'global_param' => 'Don\'t include',
                                                                        'content' => '"DISABLED","ENABLED" ',
                                                                        'redefine_param' => 1,
                                                                        'type' => 'Fixed'
                                                                      },
                                               'Dw' => {
                                                         'info' => 'Ram data width in Bits',
                                                         'deafult' => '32',
                                                         'global_param' => 'Localparam',
                                                         'content' => '4,1024,1',
                                                         'redefine_param' => 1,
                                                         'type' => 'Spin-button'
                                                       },
                                               'BTEw' => {
                                                           'info' => 'Parameter',
                                                           'deafult' => '2',
                                                           'global_param' => 'Localparam',
                                                           'content' => '',
                                                           'type' => 'Fixed',
                                                           'redefine_param' => 1
                                                         },
                                               'WB_Aw' => {
                                                            'info' => 'Wishbone bus address width in byte',
                                                            'deafult' => 'Aw+2',
                                                            'global_param' => 'Don\'t include',
                                                            'content' => '',
                                                            'redefine_param' => 0,
                                                            'type' => 'Fixed'
                                                          },
                                               'RAM_INDEX' => {
                                                                'info' => 'RAM_INDEX is a unique number which will be used for initialing the memory content only.

',
                                                                'deafult' => 'CORE_ID',
                                                                'global_param' => 'Localparam',
                                                                'content' => '',
                                                                'redefine_param' => 1,
                                                                'type' => 'Entry'
                                                              },
                                               'Aw' => {
                                                         'info' => 'Ram address width',
                                                         'deafult' => '12',
                                                         'global_param' => 'Localparam',
                                                         'content' => '2,31,1',
                                                         'redefine_param' => 1,
                                                         'type' => 'Spin-button'
                                                       },
                                               'TAGw' => {
                                                           'info' => 'Parameter',
                                                           'deafult' => '3',
                                                           'global_param' => 'Localparam',
                                                           'content' => '',
                                                           'type' => 'Fixed',
                                                           'redefine_param' => 1
                                                         },
                                               'PORT_A_BURST_MODE' => {
                                                                        'info' => ' wisbone bus burst mode enable/disable on port A',
                                                                        'deafult' => '"DISABLED"',
                                                                        'global_param' => 'Localparam',
                                                                        'content' => '"DISABLED","ENABLED"',
                                                                        'redefine_param' => 1,
                                                                        'type' => 'Combo-box'
                                                                      },
                                               'BYTE_WR_EN' => {
                                                                 'info' => 'Parameter',
                                                                 'deafult' => '"YES"',
                                                                 'global_param' => 'Localparam',
                                                                 'content' => '"YES","NO"',
                                                                 'redefine_param' => 1,
                                                                 'type' => 'Combo-box'
                                                               },
                                               'CTIw' => {
                                                           'info' => 'Parameter',
                                                           'deafult' => '3',
                                                           'global_param' => 'Localparam',
                                                           'content' => '',
                                                           'type' => 'Fixed',
                                                           'redefine_param' => 1
                                                         },
                                               'FPGA_VENDOR' => {
                                                                  'info' => 'Parameter',
                                                                  'deafult' => '"ALTERA"',
                                                                  'global_param' => 'Localparam',
                                                                  'content' => '"ALTERA","GENERIC"',
                                                                  'redefine_param' => 1,
                                                                  'type' => 'Combo-box'
                                                                }
                                             },
                             'gui_status' => {
                                               'status' => 'ideal',
                                               'timeout' => 0
                                             },
                             'plugs' => {
                                          'clk' => {
                                                     'clk' => {},
                                                     'value' => 1,
                                                     '0' => {
                                                              'name' => 'clk'
                                                            },
                                                     'type' => 'num'
                                                   },
                                          'reset' => {
                                                       'reset' => {},
                                                       'value' => 1,
                                                       '0' => {
                                                                'name' => 'reset'
                                                              },
                                                       'type' => 'num'
                                                     },
                                          'wb_slave' => {
                                                          '1' => {
                                                                   'width' => 'WB_Aw',
                                                                   'name' => 'wb_b',
                                                                   'addr' => '0x0000_0000       0x3fff_ffff             RAM'
                                                                 },
                                                          'value' => 2,
                                                          '0' => {
                                                                   'width' => 'WB_Aw',
                                                                   'name' => 'wb_a',
                                                                   'addr' => '0x0000_0000       0x3fff_ffff             RAM'
                                                                 },
                                                          'type' => 'num',
                                                          'wb_slave' => {}
                                                        }
                                        },
                             'modules' => {
                                            'wb_dual_port_ram' => {}
                                          },
                             'ports' => {
                                          'sb_addr_i' => {
                                                           'intfc_port' => 'adr_i',
                                                           'intfc_name' => 'plug:wb_slave[1]',
                                                           'range' => 'Aw-1       :   0',
                                                           'type' => 'input'
                                                         },
                                          'sa_tag_i' => {
                                                          'intfc_port' => 'tag_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => 'TAGw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sa_rty_o' => {
                                                          'intfc_port' => 'rty_o',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => '',
                                                          'type' => 'output'
                                                        },
                                          'sa_sel_i' => {
                                                          'intfc_port' => 'sel_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => 'SELw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sa_cti_i' => {
                                                          'intfc_port' => 'cti_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => 'CTIw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sa_bte_i' => {
                                                          'intfc_port' => 'bte_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => 'BTEw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sa_err_o' => {
                                                          'intfc_port' => 'err_o',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => '',
                                                          'type' => 'output'
                                                        },
                                          'sa_cyc_i' => {
                                                          'intfc_port' => 'cyc_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => '',
                                                          'type' => 'input'
                                                        },
                                          'sb_err_o' => {
                                                          'intfc_port' => 'err_o',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => '',
                                                          'type' => 'output'
                                                        },
                                          'sb_dat_o' => {
                                                          'intfc_port' => 'dat_o',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => 'Dw-1       :   0',
                                                          'type' => 'output'
                                                        },
                                          'reset' => {
                                                       'intfc_port' => 'reset_i',
                                                       'intfc_name' => 'plug:reset[0]',
                                                       'range' => '',
                                                       'type' => 'input'
                                                     },
                                          'sa_ack_o' => {
                                                          'intfc_port' => 'ack_o',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => '',
                                                          'type' => 'output'
                                                        },
                                          'sb_cti_i' => {
                                                          'intfc_port' => 'cti_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => 'CTIw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sb_bte_i' => {
                                                          'intfc_port' => 'bte_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => 'BTEw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sb_cyc_i' => {
                                                          'intfc_port' => 'cyc_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => '',
                                                          'type' => 'input'
                                                        },
                                          'sb_ack_o' => {
                                                          'intfc_port' => 'ack_o',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => '',
                                                          'type' => 'output'
                                                        },
                                          'sa_addr_i' => {
                                                           'intfc_port' => 'adr_i',
                                                           'intfc_name' => 'plug:wb_slave[0]',
                                                           'range' => 'Aw-1       :   0',
                                                           'type' => 'input'
                                                         },
                                          'sb_rty_o' => {
                                                          'intfc_port' => 'rty_o',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => '',
                                                          'type' => 'output'
                                                        },
                                          'sb_dat_i' => {
                                                          'intfc_port' => 'dat_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => 'Dw-1       :   0',
                                                          'type' => 'input'
                                                        },
                                          'sb_we_i' => {
                                                         'intfc_port' => 'we_i',
                                                         'intfc_name' => 'plug:wb_slave[1]',
                                                         'range' => '',
                                                         'type' => 'input'
                                                       },
                                          'sa_dat_o' => {
                                                          'intfc_port' => 'dat_o',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => 'Dw-1       :   0',
                                                          'type' => 'output'
                                                        },
                                          'sb_sel_i' => {
                                                          'intfc_port' => 'sel_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => 'SELw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sa_dat_i' => {
                                                          'intfc_port' => 'dat_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => 'Dw-1       :   0',
                                                          'type' => 'input'
                                                        },
                                          'sa_we_i' => {
                                                         'intfc_port' => 'we_i',
                                                         'intfc_name' => 'plug:wb_slave[0]',
                                                         'range' => '',
                                                         'type' => 'input'
                                                       },
                                          'clk' => {
                                                     'intfc_port' => 'clk_i',
                                                     'intfc_name' => 'plug:clk[0]',
                                                     'range' => '',
                                                     'type' => 'input'
                                                   },
                                          'sb_tag_i' => {
                                                          'intfc_port' => 'tag_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => 'TAGw-1     :   0',
                                                          'type' => 'input'
                                                        },
                                          'sb_stb_i' => {
                                                          'intfc_port' => 'stb_i',
                                                          'intfc_name' => 'plug:wb_slave[1]',
                                                          'range' => '',
                                                          'type' => 'input'
                                                        },
                                          'sa_stb_i' => {
                                                          'intfc_port' => 'stb_i',
                                                          'intfc_name' => 'plug:wb_slave[0]',
                                                          'range' => '',
                                                          'type' => 'input'
                                                        }
                                        },
                             'parameters_order' => [
                                                     'Dw',
                                                     'Aw',
                                                     'BYTE_WR_EN',
                                                     'FPGA_VENDOR',
                                                     'TAGw',
                                                     'SELw',
                                                     'CTIw',
                                                     'BTEw',
                                                     'WB_Aw',
                                                     'RAM_INDEX',
                                                     'PORT_A_BURST_MODE',
                                                     'PORT_B_BURST_MODE'
                                                   ],
                             'ports_order' => [
                                                'clk',
                                                'reset',
                                                'sa_dat_i',
                                                'sa_sel_i',
                                                'sa_addr_i',
                                                'sa_tag_i',
                                                'sa_cti_i',
                                                'sa_bte_i',
                                                'sa_stb_i',
                                                'sa_cyc_i',
                                                'sa_we_i',
                                                'sa_dat_o',
                                                'sa_ack_o',
                                                'sa_err_o',
                                                'sa_rty_o',
                                                'sb_dat_i',
                                                'sb_sel_i',
                                                'sb_addr_i',
                                                'sb_tag_i',
                                                'sb_cti_i',
                                                'sb_bte_i',
                                                'sb_stb_i',
                                                'sb_cyc_i',
                                                'sb_we_i',
                                                'sb_dat_o',
                                                'sb_ack_o',
                                                'sb_err_o',
                                                'sb_rty_o'
                                              ],
                             'file_name' => '/home/alireza/Mywork/mpsoc/src_peripheral/ram/wb_dual_port_ram.v',
                             'module_name' => 'wb_dual_port_ram',
                             'unused' => undef,
                             'category' => 'RAM'
                           }, 'ip_gen' );

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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