Changeset 563 for soft/giet_vm/giet_drivers/mwr_driver.c
- Timestamp:
- May 18, 2015, 6:45:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/mwr_driver.c
r554 r563 10 10 #include <mapping_info.h> 11 11 #include <mwr_driver.h> 12 #include <xcu_driver.h> 12 13 #include <ctx_handler.h> 13 14 #include <utils.h> … … 155 156 unsigned int x = cluster_xy >> Y_WIDTH; 156 157 unsigned int y = cluster_xy & ((1<<Y_WIDTH)-1); 157 unsigned int p = gpid & ((1<<P_WIDTH)-1);158 158 unsigned int cluster_id = x * Y_SIZE + y; 159 159 unsigned int info = _coproc_info[cluster_id]; … … 221 221 222 222 #if GIET_DEBUG_COPROC 223 unsigned int p = gpid & ((1<<P_WIDTH)-1); 223 224 _printf("\n[GIET DEBUG COPROC] P[%d,%d,%d] executes _mwr_isr() at cycle %d\n" 224 225 " for task %d running on P[%d,%d,%d] / error = %d\n",
Note: See TracChangeset
for help on using the changeset viewer.