- Timestamp:
- Apr 10, 2013, 6:36:22 PM (12 years ago)
- 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 127 127 wi_proc[p] = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>( 128 128 swip.str().c_str(), 129 x_width + y_width );129 x_width + y_width + l_width); 130 130 } 131 131 … … 154 154 wt_memc = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>( 155 155 swtm.str().c_str(), 156 x_width + y_width );156 x_width + y_width + l_width); 157 157 158 158 ///////////////////////////////////////////////////////////////////////////// … … 192 192 wt_xicu = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>( 193 193 swtu.str().c_str(), 194 x_width + y_width );194 x_width + y_width + l_width); 195 195 196 196 ///////////////////////////////////////////////////////////////////////////// … … 211 211 wt_mdma = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>( 212 212 swtu.str().c_str(), 213 x_width + y_width );213 x_width + y_width + l_width); 214 214 215 215 std::ostringstream swia; … … 217 217 wi_mdma = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>( 218 218 swtu.str().c_str(), 219 x_width + y_width );219 x_width + y_width + l_width); 220 220 221 221 ///////////////////////////////////////////////////////////////////////////// … … 326 326 327 327 wt_brom = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_brom", 328 x_width + y_width );328 x_width + y_width + l_width); 329 329 330 330 ///////////////////////////////////////////// … … 338 338 339 339 wt_fbuf = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_fbuf", 340 x_width + y_width );340 x_width + y_width + l_width); 341 341 342 342 ///////////////////////////////////////////// … … 353 353 354 354 wt_bdev = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_bdev", 355 x_width + y_width );355 x_width + y_width + l_width); 356 356 wi_bdev = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>("wi_bdev", 357 x_width + y_width );357 x_width + y_width + l_width); 358 358 359 359 ///////////////////////////////////////////// … … 371 371 372 372 wt_mnic = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_mnic", 373 x_width + y_width );373 x_width + y_width + l_width); 374 374 375 375 ///////////////////////////////////////////// … … 390 390 391 391 wt_mtty = new VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>("wt_mtty", 392 x_width + y_width );392 x_width + y_width + l_width); 393 393 394 394 }
Note: See TracChangeset
for help on using the changeset viewer.