- Timestamp:
- Apr 17, 2013, 5:26:45 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
r363 r370 124 124 125 125 std::ostringstream swip; 126 swip << "wi_proc_" << x_id << "_" << y_id ;126 swip << "wi_proc_" << x_id << "_" << y_id << p; 127 127 wi_proc[p] = new VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>( 128 128 swip.str().c_str(), … … 284 284 mtd, // mapping table 285 285 x_id, y_id, // cluster coordinates 286 x_width, y_width, l_width,286 x_width, y_width, 0, // l_width unused on the network going from proc to memc (only X and Y identifie the cluster) 287 287 nb_procs, // number of local sources 288 288 1, // number of local dests
Note: See TracChangeset
for help on using the changeset viewer.