- Timestamp:
- Sep 14, 2015, 9:42:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/top.cpp
r1007 r1015 334 334 uint32_t frozen_cycles = MAX_FROZEN_CYCLES; // monitoring frozen processor 335 335 336 bool disable_cluster_procs[X_SIZE][Y_SIZE]; 337 for (int x = 0; x < X_SIZE; ++x) 338 for (int y = 0; y < Y_SIZE; ++y) 339 disable_cluster_procs[x][y] = false; 340 336 341 std::vector<size_t> faulty_routers; 337 342 … … 435 440 (x << (Y_WIDTH)) | 436 441 (y)); 442 443 disable_cluster_procs[x][y] = true; 437 444 } 438 445 else if ((strcmp(argv[n], "-FAULTY_MASK") == 0) && (n+1 < argc) ) … … 1164 1171 1165 1172 distributed_boot, 1173 disable_cluster_procs[x][y], 1166 1174 1167 1175 *loader,
Note: See TracChangeset
for help on using the changeset viewer.