- Timestamp:
- Nov 16, 2014, 12:50:01 PM (10 years ago)
- Location:
- branches/reconfiguration
- Files:
-
- 10 added
- 2 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 ) -
branches/reconfiguration/softs/mach/cpu.h
r850 r887 14 14 #define CLUSTER_ID_BITS (X_WIDTH + Y_WIDTH) 15 15 #define CLUSTER_OFFSET_BITS (40-CLUSTER_ID_BITS) 16 #define CLUSTER_BASE(x,y) ((uint64_t)CLUSTER((x),(y)) << CLUSTER_OFFSET_BITS) 16 17 17 18 /*
Note: See TracChangeset
for help on using the changeset viewer.