- Timestamp:
- Nov 16, 2014, 12:50:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/top.cpp
r875 r887 1490 1490 std::cout << " ************************************************" << std::endl; 1491 1491 1492 #if 0 1493 for (int x = 0; x < X_SIZE; ++x) 1494 { 1495 for (int y = 0; y < Y_SIZE; ++y) 1496 { 1497 clusters[x][y]->int_router_cmd[0]->print_trace(); 1498 clusters[x][y]->int_router_rsp[0]->print_trace(); 1499 } 1500 } 1501 #endif 1502 1492 1503 // trace proc[debug_proc_id] 1493 1504 if ( debug_proc_id != 0xFFFFFFFF )
Note: See TracChangeset
for help on using the changeset viewer.