Changeset 363 for branches/v5


Ignore:
Timestamp:
Apr 10, 2013, 6:36:22 PM (11 years ago)
Author:
joannou
Message:

In tsarv5_generic_mmu platform, in tsar cluster, added l_width to every vci_wrapper constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/platforms/tsarv5_generic_mmu/tsarv5_cluster_mmu/caba/source/src/tsarv5_cluster_mmu.cpp

    r360 r363  
    127127        wi_proc[p] = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>(
    128128                     swip.str().c_str(),
    129                      x_width + y_width );
     129                     x_width + y_width + l_width);
    130130    }
    131131
     
    154154    wt_memc = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>(
    155155                     swtm.str().c_str(),
    156                      x_width + y_width );
     156                     x_width + y_width + l_width);
    157157
    158158    /////////////////////////////////////////////////////////////////////////////
     
    192192    wt_xicu = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>(
    193193                     swtu.str().c_str(),
    194                      x_width + y_width );
     194                     x_width + y_width + l_width);
    195195
    196196    /////////////////////////////////////////////////////////////////////////////
     
    211211    wt_mdma = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>(
    212212                     swtu.str().c_str(),
    213                      x_width + y_width );
     213                     x_width + y_width + l_width);
    214214
    215215    std::ostringstream swia;
     
    217217    wi_mdma = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>(
    218218                     swtu.str().c_str(),
    219                      x_width + y_width );
     219                     x_width + y_width + l_width);
    220220
    221221    /////////////////////////////////////////////////////////////////////////////
     
    326326
    327327        wt_brom = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_brom",
    328                      x_width + y_width );
     328                     x_width + y_width + l_width);
    329329
    330330        /////////////////////////////////////////////
     
    338338
    339339        wt_fbuf = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_fbuf",
    340                      x_width + y_width );
     340                     x_width + y_width + l_width);
    341341
    342342        /////////////////////////////////////////////
     
    353353
    354354        wt_bdev = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_bdev",
    355                      x_width + y_width );
     355                     x_width + y_width + l_width);
    356356        wi_bdev = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>("wi_bdev",
    357                      x_width + y_width );
     357                     x_width + y_width + l_width);
    358358
    359359        /////////////////////////////////////////////
     
    371371
    372372        wt_mnic = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_mnic",
    373                      x_width + y_width );
     373                     x_width + y_width + l_width);
    374374
    375375        /////////////////////////////////////////////
     
    390390
    391391        wt_mtty = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_mtty",
    392                      x_width + y_width );
     392                     x_width + y_width + l_width);
    393393
    394394    }
Note: See TracChangeset for help on using the changeset viewer.