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/] [Processor/] [aeMB.IP] - Diff between revs 25 and 38

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 38
Line 1... Line 1...
#######################################################################
#######################################################################
##      File: aeMB.IP
##      File: aeMB.IP
##
##
##      Copyright (C) 2014-2016  Alireza Monemi
##      Copyright (C) 2014-2016  Alireza Monemi
##
##
##      This file is part of ProNoC 1.5.0
##      This file is part of ProNoC 1.7.0
##
##
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
##      MAY CAUSE UNEXPECTED BEHAIVOR.
##      MAY CAUSE UNEXPECTED BEHAIVOR.
################################################################################
################################################################################
 
 
$aeMB_top = bless( {
$ipgen = bless( {
 
                  'unused' => undef,
 
                  'parameters' => {
 
                                    'AEMB_DWB' => {
 
                                                    'redefine_param' => 1,
 
                                                    'info' => undef,
 
                                                    'default' => ' 32',
 
                                                    'content' => '',
 
                                                    'global_param' => 'Localparam',
 
                                                    'type' => 'Fixed'
 
                                                  },
 
                                    'AEMB_BSF' => {
 
                                                    'default' => ' 1',
 
                                                    'content' => '',
 
                                                    'redefine_param' => 1,
 
                                                    'info' => undef,
 
                                                    'global_param' => 'Localparam',
 
                                                    'type' => 'Fixed'
 
                                                  },
 
                                    'AEMB_IWB' => {
 
                                                    'global_param' => 'Localparam',
 
                                                    'type' => 'Fixed',
 
                                                    'content' => '',
 
                                                    'default' => ' 32',
 
                                                    'redefine_param' => 1,
 
                                                    'info' => undef
 
                                                  },
 
                                    'AEMB_XWB' => {
 
                                                    'type' => 'Fixed',
 
                                                    'global_param' => 'Localparam',
 
                                                    'content' => '',
 
                                                    'default' => ' 7',
 
                                                    'info' => undef,
 
                                                    'redefine_param' => 1
 
                                                  },
 
                                    'HEAP_SIZE' => {
 
                                                     'info' => undef,
 
                                                     'redefine_param' => 0,
 
                                                     'content' => '',
 
                                                     'default' => '0x400',
 
                                                     'type' => 'Entry',
 
                                                     'global_param' => 'Don\'t include'
 
                                                   },
 
                                    'AEMB_MUL' => {
 
                                                    'default' => ' 1',
 
                                                    'content' => '',
 
                                                    'info' => undef,
 
                                                    'redefine_param' => 1,
 
                                                    'type' => 'Fixed',
 
                                                    'global_param' => 'Localparam'
 
                                                  },
 
                                    'AEMB_IDX' => {
 
                                                    'info' => undef,
 
                                                    'redefine_param' => 1,
 
                                                    'default' => ' 6',
 
                                                    'content' => '',
 
                                                    'type' => 'Fixed',
 
                                                    'global_param' => 'Localparam'
 
                                                  },
 
                                    'AEMB_ICH' => {
 
                                                    'global_param' => 'Localparam',
 
                                                    'type' => 'Fixed',
 
                                                    'content' => '',
 
                                                    'default' => ' 11',
 
                                                    'redefine_param' => 1,
 
                                                    'info' => undef
 
                                                  },
 
                                    'STACK_SIZE' => {
 
                                                      'type' => 'Entry',
 
                                                      'global_param' => 'Don\'t include',
 
                                                      'default' => '0x400',
 
                                                      'content' => '',
 
                                                      'info' => 'The stack size in hex',
 
                                                      'redefine_param' => 0
 
                                                    }
 
                                  },
                     'hdl_files' => [
                     'hdl_files' => [
                                      '/mpsoc/src_processor/aeMB/verilog/aemb.v',
                                      '/mpsoc/src_processor/aeMB/verilog/aemb.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB_core.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB_core.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB_xecu.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB_xecu.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB_sim.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB_sim.v',
Line 40... Line 115...
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_edk62.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_edk62.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_sim.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_sim.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_iche.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_iche.v',
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_iwbif.v'
                                      '/mpsoc/src_processor/aeMB/verilog/src/aeMB2_iwbif.v'
                                    ],
                                    ],
                     'system_h' => ' #include 
 
 #include 
 
 #include "aemb/core.hh"
 
 #define printf xil_printf
 
        inline void nop (void) {
 
                asm volatile ("nop");
 
        }',
 
                     'ip_name' => 'aeMB',
 
                     'parameters_order' => [
 
                                             'AEMB_IWB',
 
                                             'AEMB_DWB',
 
                                             'AEMB_XWB',
 
                                             'AEMB_ICH',
 
                                             'AEMB_IDX',
 
                                             'AEMB_BSF',
 
                                             'AEMB_MUL',
 
                                             'STACK_SIZE',
 
                                             'HEAP_SIZE'
 
                                           ],
 
                     'ports_order' => [
 
                                        'dwb_adr_o',
 
                                        'dwb_cyc_o',
 
                                        'dwb_dat_o',
 
                                        'dwb_sel_o',
 
                                        'dwb_stb_o',
 
                                        'dwb_tag_o',
 
                                        'dwb_wre_o',
 
                                        'dwb_cti_o',
 
                                        'dwb_bte_o',
 
                                        'dwb_ack_i',
 
                                        'dwb_dat_i',
 
                                        'dwb_err_i',
 
                                        'dwb_rty_i',
 
                                        'iwb_adr_o',
 
                                        'iwb_cyc_o',
 
                                        'iwb_sel_o',
 
                                        'iwb_stb_o',
 
                                        'iwb_tag_o',
 
                                        'iwb_wre_o',
 
                                        'iwb_dat_o',
 
                                        'iwb_cti_o',
 
                                        'iwb_bte_o',
 
                                        'iwb_ack_i',
 
                                        'iwb_dat_i',
 
                                        'iwb_err_i',
 
                                        'iwb_rty_i',
 
                                        'clk',
 
                                        'reset',
 
                                        'sys_int_i',
 
                                        'sys_ena_i'
 
                                      ],
 
                     'file_name' => '/home/alireza/Mywork/mpsoc/src_processor/aeMB/verilog/aemb.v',
                     'file_name' => '/home/alireza/Mywork/mpsoc/src_processor/aeMB/verilog/aemb.v',
                     'module_name' => 'aeMB_top',
                     'module_name' => 'aeMB_top',
 
                  'sockets' => {
 
                                 'interrupt_cpu' => {
 
                                                      'connection_num' => 'single connection',
 
                                                      'type' => 'num',
 
                                                      '0' => {
 
                                                               'name' => 'interrupt_cpu'
 
                                                             },
 
                                                      'value' => 1
 
                                                    }
 
                               },
 
                  'version' => 2,
 
                  'description' => 'AEMB 32-bit Microprocessor Core
 
For more information check      http://opencores.org/project,aemb',
                     'gen_sw_files' => [
                     'gen_sw_files' => [
                                         '/mpsoc/src_processor/aeMB/sw/compile/gccromfrename_sep_tcompile/gccrom',
                                         '/mpsoc/src_processor/aeMB/sw/compile/gccromfrename_sep_tcompile/gccrom',
                                         '/mpsoc/src_processor/aeMB/sw/Makefilefrename_sep_tMakefile'
                                         '/mpsoc/src_processor/aeMB/sw/Makefilefrename_sep_tMakefile'
                                       ],
                                       ],
                     'unused' => undef,
                  'plugs' => {
                     'category' => 'Processor',
                               'enable' => {
                     'sw_files' => [
                                             'type' => 'num',
                                     '/mpsoc/src_processor/aeMB/sw/aemb',
                                             '0' => {
                                     '/mpsoc/src_processor/aeMB/sw/compile',
                                                      'name' => 'enable'
                                     '/mpsoc/src_processor/aeMB/sw/program',
 
                                     '/mpsoc/src_processor/program.sh'
 
                                   ],
 
                     'description' => 'AEMB 32-bit Microprocessor Core
 
For more information check      http://opencores.org/project,aemb',
 
                     'gui_status' => {
 
                                       'status' => 'ideal',
 
                                       'timeout' => 0
 
                                     },
                                     },
                     'modules' => {
                                             'value' => 1,
                                    'aeMB_top' => {}
                                             'enable' => {}
                                  },
                                  },
                     'plugs' => {
                               'clk' => {
                                  'interrupt_cpu' => {
                                          'clk' => {},
                                                       'interrupt_cpu' => {},
 
                                                       'value' => 1,
                                                       'value' => 1,
                                                       '0' => {
                                                       '0' => {
                                                                'name' => 'intrp'
                                                   'name' => 'clk'
                                                              },
                                                              },
                                                       'type' => 'num'
                                                       'type' => 'num'
                                                     },
                                                     },
                                  'wb_master' => {
                                  'wb_master' => {
                                                   'wb_master' => {},
                                                   'wb_master' => {},
                                                   '1' => {
                                                   '1' => {
                                                            'name' => 'dwb'
                                                            'name' => 'dwb'
                                                          },
                                                          },
                                                   'value' => 2,
                                                   'value' => 2,
 
                                                'type' => 'num',
                                                   '0' => {
                                                   '0' => {
                                                            'name' => 'iwb'
                                                            'name' => 'iwb'
                                                          },
                                                       }
                                                   'type' => 'num'
 
                                                 },
 
                                  'enable' => {
 
                                                'enable' => {},
 
                                                'value' => 1,
 
                                                '0' => {
 
                                                         'name' => 'enable'
 
                                                       },
 
                                                'type' => 'num'
 
                                              },
 
                                  'clk' => {
 
                                             'clk' => {},
 
                                             'value' => 1,
 
                                             '0' => {
 
                                                      'name' => 'clk'
 
                                                    },
 
                                             'type' => 'num'
 
                                           },
                                           },
                                  'reset' => {
                                  'reset' => {
                                               'reset' => {},
                                               'reset' => {},
                                               'value' => 1,
 
                                               '0' => {
                                               '0' => {
                                                        'name' => 'reset'
                                                        'name' => 'reset'
                                                      },
                                                      },
                                               'type' => 'num'
                                            'type' => 'num',
 
                                            'value' => 1
                                             }
                                             }
                                },
                                },
                     'parameters' => {
                  'ports' => {
                                       'STACK_SIZE' => {
                               'iwb_tag_o' => {
                                                         'info' => 'The stack size in hex',
                                                'type' => 'output',
                                                         'deafult' => '0x400',
                                                'intfc_name' => 'plug:wb_master[0]',
                                                         'global_param' => 'Don\'t include',
                                                'intfc_port' => 'tag_o',
                                                         'content' => '',
                                                'range' => '2:0'
                                                         'type' => 'Entry',
 
                                                         'redefine_param' => 0
 
                                                       },
                                                       },
                                       'HEAP_SIZE' => {
                               'iwb_adr_o' => {
                                                        'info' => undef,
                                                'type' => 'output',
                                                        'deafult' => '0x400',
                                                'intfc_name' => 'plug:wb_master[0]',
                                                        'global_param' => 'Don\'t include',
                                                'intfc_port' => 'adr_o',
                                                        'content' => '',
                                                'range' => '31:0'
                                                        'redefine_param' => 0,
 
                                                        'type' => 'Entry'
 
                                                      },
                                                      },
                                       'AEMB_IWB' => {
                               'clk' => {
                                                       'info' => undef,
                                          'range' => '',
                                                       'deafult' => ' 32',
                                          'intfc_port' => 'clk_i',
                                                       'global_param' => 'Localparam',
                                          'type' => 'input',
                                                       'content' => '',
                                          'intfc_name' => 'plug:clk[0]'
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     },
                                                     },
                                       'AEMB_BSF' => {
                               'dwb_rty_i' => {
                                                       'info' => undef,
                                                'type' => 'input',
                                                       'deafult' => ' 1',
                                                'intfc_name' => 'plug:wb_master[1]',
                                                       'global_param' => 'Localparam',
                                                'intfc_port' => 'rty_i',
                                                       'content' => '',
                                                'range' => ''
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     },
                                                     },
                                       'AEMB_ICH' => {
                               'dwb_stb_o' => {
                                                       'info' => undef,
                                                'range' => '',
                                                       'deafult' => ' 11',
                                                'intfc_port' => 'stb_o',
                                                       'global_param' => 'Localparam',
                                                'type' => 'output',
                                                       'content' => '',
                                                'intfc_name' => 'plug:wb_master[1]'
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     },
                                                     },
                                       'AEMB_DWB' => {
                               'dwb_wre_o' => {
                                                       'info' => undef,
                                                'range' => '',
                                                       'deafult' => ' 32',
                                                'intfc_port' => 'we_o',
                                                       'global_param' => 'Localparam',
                                                'intfc_name' => 'plug:wb_master[1]',
                                                       'content' => '',
                                                'type' => 'output'
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     },
                                                     },
                                       'AEMB_XWB' => {
                               'iwb_stb_o' => {
                                                       'info' => undef,
                                                'range' => '',
                                                       'deafult' => ' 7',
                                                'intfc_port' => 'stb_o',
                                                       'global_param' => 'Localparam',
                                                'type' => 'output',
                                                       'content' => '',
                                                'intfc_name' => 'plug:wb_master[0]'
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     },
                                                     },
                                       'AEMB_IDX' => {
                               'reset' => {
                                                       'info' => undef,
                                            'intfc_name' => 'plug:reset[0]',
                                                       'deafult' => ' 6',
                                            'type' => 'input',
                                                       'global_param' => 'Localparam',
                                            'intfc_port' => 'reset_i',
                                                       'content' => '',
                                            'range' => ''
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     },
                                                     },
                                       'AEMB_MUL' => {
                               'dwb_bte_o' => {
                                                       'info' => undef,
                                                'type' => 'output',
                                                       'deafult' => ' 1',
                                                'intfc_name' => 'plug:wb_master[1]',
                                                       'global_param' => 'Localparam',
                                                'intfc_port' => 'bte_o',
                                                       'content' => '',
                                                'range' => '1:0'
                                                       'type' => 'Fixed',
 
                                                       'redefine_param' => 1
 
                                                     }
 
                                     },
                                     },
                     'ports' => {
                               'dwb_dat_i' => {
                                  'iwb_err_i' => {
                                                'range' => '31:0',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                'intfc_port' => 'dat_i',
                                                   'intfc_port' => 'err_i',
                                                'intfc_name' => 'plug:wb_master[1]',
                                                   'range' => '',
 
                                                   'type' => 'input'
                                                   'type' => 'input'
                                                 },
                                                 },
                                  'dwb_ack_i' => {
                               'dwb_dat_o' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                'range' => '31:0',
                                                   'intfc_port' => 'ack_i',
                                                'intfc_port' => 'dat_o',
 
                                                'type' => 'output',
 
                                                'intfc_name' => 'plug:wb_master[1]'
 
                                              },
 
                               'iwb_rty_i' => {
                                                   'range' => '',
                                                   'range' => '',
                                                   'type' => 'input'
                                                'intfc_port' => 'rty_i',
 
                                                'type' => 'input',
 
                                                'intfc_name' => 'plug:wb_master[0]'
                                                 },
                                                 },
                                  'iwb_cyc_o' => {
                                  'iwb_cyc_o' => {
                                                   'intfc_name' => 'plug:wb_master[0]',
 
                                                   'intfc_port' => 'cyc_o',
                                                   'intfc_port' => 'cyc_o',
                                                   'range' => '',
                                                   'range' => '',
                                                   'type' => 'output'
 
                                                 },
 
                                  'iwb_dat_o' => {
 
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_port' => 'dat_o',
 
                                                   'range' => '31:0',
 
                                                   'type' => 'output'
 
                                                 },
 
                                  'dwb_wre_o' => {
 
                                                   'intfc_name' => 'plug:wb_master[1]',
 
                                                   'intfc_port' => 'we_o',
 
                                                   'range' => '',
 
                                                   'type' => 'output'
                                                   'type' => 'output'
                                                 },
                                                 },
                                  'dwb_cyc_o' => {
                                  'dwb_cyc_o' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_port' => 'cyc_o',
                                                'type' => 'output',
                                                   'range' => '',
                                                   'range' => '',
                                                   'type' => 'output'
                                                'intfc_port' => 'cyc_o'
                                                 },
                                                 },
                                  'dwb_stb_o' => {
                               'dwb_sel_o' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                'intfc_port' => 'sel_o',
                                                   'intfc_port' => 'stb_o',
                                                'range' => '3:0',
 
                                                'type' => 'output',
 
                                                'intfc_name' => 'plug:wb_master[1]'
 
                                              },
 
                               'sys_int_i' => {
 
                                                'intfc_port' => 'int_i',
                                                   'range' => '',
                                                   'range' => '',
                                                   'type' => 'output'
                                                'type' => 'input',
 
                                                'intfc_name' => 'socket:interrupt_cpu[0]'
                                                 },
                                                 },
                                  'iwb_adr_o' => {
                               'iwb_dat_i' => {
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                'intfc_port' => 'dat_i',
                                                   'intfc_port' => 'adr_o',
 
                                                   'range' => '31:0',
                                                   'range' => '31:0',
                                                   'type' => 'output'
 
                                                 },
 
                                  'iwb_bte_o' => {
 
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_port' => 'bte_o',
                                                'type' => 'input'
                                                   'range' => '1:0',
 
                                                   'type' => 'output'
 
                                                 },
                                                 },
                                  'reset' => {
                               'dwb_err_i' => {
                                               'intfc_name' => 'plug:reset[0]',
                                                'intfc_port' => 'err_i',
                                               'intfc_port' => 'reset_i',
 
                                               'range' => '',
                                               'range' => '',
                                               'type' => 'input'
                                                'type' => 'input',
 
                                                'intfc_name' => 'plug:wb_master[1]'
                                             },
                                             },
                                  'iwb_rty_i' => {
                               'iwb_sel_o' => {
 
                                                'type' => 'output',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_port' => 'rty_i',
                                                'intfc_port' => 'sel_o',
                                                   'range' => '',
                                                'range' => '3:0'
                                                   'type' => 'input'
 
                                                 },
                                                 },
                                  'sys_int_i' => {
                               'iwb_wre_o' => {
                                                   'intfc_name' => 'plug:interrupt_cpu[0]',
                                                'intfc_port' => 'we_o',
                                                   'intfc_port' => 'int_i',
 
                                                   'range' => '',
                                                   'range' => '',
                                                   'type' => 'input'
                                                'type' => 'output',
 
                                                'intfc_name' => 'plug:wb_master[0]'
                                                 },
                                                 },
                                  'dwb_err_i' => {
                               'dwb_adr_o' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_port' => 'err_i',
                                                'type' => 'output',
                                                   'range' => '',
                                                'intfc_port' => 'adr_o',
                                                   'type' => 'input'
                                                'range' => '31:0'
                                                 },
                                                 },
                                  'iwb_tag_o' => {
                               'iwb_cti_o' => {
                                                   'intfc_name' => 'plug:wb_master[0]',
 
                                                   'intfc_port' => 'tag_o',
 
                                                   'range' => '2:0',
                                                   'range' => '2:0',
                                                   'type' => 'output'
                                                'intfc_port' => 'cti_o',
 
                                                'type' => 'output',
 
                                                'intfc_name' => 'plug:wb_master[0]'
                                                 },
                                                 },
                                  'iwb_ack_i' => {
                               'iwb_err_i' => {
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                'intfc_port' => 'err_i',
                                                   'intfc_port' => 'ack_i',
 
                                                   'range' => '',
                                                   'range' => '',
                                                   'type' => 'input'
 
                                                 },
 
                                  'iwb_sel_o' => {
 
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_port' => 'sel_o',
                                                'type' => 'input'
                                                   'range' => '3:0',
 
                                                   'type' => 'output'
 
                                                 },
                                                 },
                                  'dwb_tag_o' => {
                                  'dwb_tag_o' => {
 
                                                'type' => 'output',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_port' => 'tag_o',
                                                   'intfc_port' => 'tag_o',
                                                   'range' => '2:0',
                                                'range' => '2:0'
                                                   'type' => 'output'
 
                                                 },
                                                 },
                                  'dwb_adr_o' => {
                               'sys_ena_i' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                'intfc_name' => 'plug:enable[0]',
                                                   'intfc_port' => 'adr_o',
                                                'type' => 'input',
                                                   'range' => '31:0',
                                                'intfc_port' => 'enable_i',
                                                   'type' => 'output'
                                                'range' => ''
                                                 },
                                                 },
                                  'dwb_bte_o' => {
                               'dwb_ack_i' => {
 
                                                'range' => '',
 
                                                'intfc_port' => 'ack_i',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_port' => 'bte_o',
                                                'type' => 'input'
 
                                              },
 
                               'iwb_bte_o' => {
                                                   'range' => '1:0',
                                                   'range' => '1:0',
 
                                                'intfc_port' => 'bte_o',
 
                                                'intfc_name' => 'plug:wb_master[0]',
                                                   'type' => 'output'
                                                   'type' => 'output'
                                                 },
                                                 },
                                  'dwb_dat_o' => {
                               'iwb_dat_o' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                'intfc_name' => 'plug:wb_master[0]',
 
                                                'type' => 'output',
                                                   'intfc_port' => 'dat_o',
                                                   'intfc_port' => 'dat_o',
                                                   'range' => '31:0',
                                                'range' => '31:0'
                                                   'type' => 'output'
 
                                                 },
                                                 },
                                  'dwb_cti_o' => {
                                  'dwb_cti_o' => {
 
                                                'type' => 'output',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_name' => 'plug:wb_master[1]',
                                                   'intfc_port' => 'cti_o',
 
                                                   'range' => '2:0',
                                                   'range' => '2:0',
                                                   'type' => 'output'
                                                'intfc_port' => 'cti_o'
                                                 },
 
                                  'iwb_cti_o' => {
 
                                                   'intfc_name' => 'plug:wb_master[0]',
 
                                                   'intfc_port' => 'cti_o',
 
                                                   'range' => '2:0',
 
                                                   'type' => 'output'
 
                                                 },
 
                                  'iwb_stb_o' => {
 
                                                   'intfc_name' => 'plug:wb_master[0]',
 
                                                   'intfc_port' => 'stb_o',
 
                                                   'range' => '',
 
                                                   'type' => 'output'
 
                                                 },
 
                                  'clk' => {
 
                                             'intfc_name' => 'plug:clk[0]',
 
                                             'intfc_port' => 'clk_i',
 
                                             'range' => '',
 
                                             'type' => 'input'
 
                                           },
 
                                  'dwb_rty_i' => {
 
                                                   'intfc_name' => 'plug:wb_master[1]',
 
                                                   'intfc_port' => 'rty_i',
 
                                                   'range' => '',
 
                                                   'type' => 'input'
 
                                                 },
 
                                  'dwb_dat_i' => {
 
                                                   'intfc_name' => 'plug:wb_master[1]',
 
                                                   'intfc_port' => 'dat_i',
 
                                                   'range' => '31:0',
 
                                                   'type' => 'input'
 
                                                 },
                                                 },
                                  'iwb_dat_i' => {
                               'iwb_ack_i' => {
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_name' => 'plug:wb_master[0]',
                                                   'intfc_port' => 'dat_i',
                                                'type' => 'input',
                                                   'range' => '31:0',
                                                'intfc_port' => 'ack_i',
                                                   'type' => 'input'
                                                'range' => ''
 
                                              }
                                                 },
                                                 },
                                  'dwb_sel_o' => {
                  'gui_status' => {
                                                   'intfc_name' => 'plug:wb_master[1]',
                                    'status' => 'ideal',
                                                   'intfc_port' => 'sel_o',
                                    'timeout' => 0
                                                   'range' => '3:0',
 
                                                   'type' => 'output'
 
                                                 },
                                                 },
                                  'iwb_wre_o' => {
                  'modules' => {
                                                   'intfc_name' => 'plug:wb_master[0]',
                                 'aeMB_top' => {}
                                                   'intfc_port' => 'we_o',
 
                                                   'range' => '',
 
                                                   'type' => 'output'
 
                                                 },
                                                 },
                                  'sys_ena_i' => {
                  'ip_name' => 'aeMB',
                                                   'intfc_name' => 'plug:enable[0]',
                  'system_h' => ' #include 
                                                   'intfc_port' => 'enable_i',
 #include 
                                                   'range' => '',
 #include "aemb/core.hh"
                                                   'type' => 'input'
 
                                                 }
        inline void nop (void) {
                                }
                asm volatile ("nop");
 
        }',
 
                  'ports_order' => [
 
                                     'dwb_adr_o',
 
                                     'dwb_cyc_o',
 
                                     'dwb_dat_o',
 
                                     'dwb_sel_o',
 
                                     'dwb_stb_o',
 
                                     'dwb_tag_o',
 
                                     'dwb_wre_o',
 
                                     'dwb_cti_o',
 
                                     'dwb_bte_o',
 
                                     'dwb_ack_i',
 
                                     'dwb_dat_i',
 
                                     'dwb_err_i',
 
                                     'dwb_rty_i',
 
                                     'iwb_adr_o',
 
                                     'iwb_cyc_o',
 
                                     'iwb_sel_o',
 
                                     'iwb_stb_o',
 
                                     'iwb_tag_o',
 
                                     'iwb_wre_o',
 
                                     'iwb_dat_o',
 
                                     'iwb_cti_o',
 
                                     'iwb_bte_o',
 
                                     'iwb_ack_i',
 
                                     'iwb_dat_i',
 
                                     'iwb_err_i',
 
                                     'iwb_rty_i',
 
                                     'clk',
 
                                     'reset',
 
                                     'sys_int_i',
 
                                     'sys_ena_i'
 
                                   ],
 
                  'category' => 'Processor',
 
                  'sw_files' => [
 
                                  '/mpsoc/src_processor/aeMB/sw/aemb',
 
                                  '/mpsoc/src_processor/aeMB/sw/compile',
 
                                  '/mpsoc/src_processor/aeMB/sw/program',
 
                                  '/mpsoc/src_processor/program.sh',
 
                                  '/mpsoc/src_processor/aeMB/sw/define_printf.h'
 
                                ],
 
                  'parameters_order' => [
 
                                          'AEMB_IWB',
 
                                          'AEMB_DWB',
 
                                          'AEMB_XWB',
 
                                          'AEMB_ICH',
 
                                          'AEMB_IDX',
 
                                          'AEMB_BSF',
 
                                          'AEMB_MUL',
 
                                          'STACK_SIZE',
 
                                          'HEAP_SIZE'
 
                                        ]
                   }, 'ip_gen' );
                   }, 'ip_gen' );

powered by: WebSVN 2.1.0

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