Changeset 330 for soft/giet_vm/giet_kernel
- Timestamp:
- Jun 19, 2014, 1:26:46 PM (10 years ago)
- Location:
- soft/giet_vm/giet_kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/ctx_handler.c
r322 r330 80 80 unsigned int* next_ctx_vaddr = &(psched->context[next_task_id][0]); 81 81 82 // reset timer counter. In each cluster, 83 // the NB_PROCS_MAX timers are system timers (TICK) 82 // reset timer counter. 83 // In all clusters, the first NB_PROCS_MAX 84 // timers are system timers (TICK) 84 85 85 86 #if USE_XCU -
soft/giet_vm/giet_kernel/kernel_init.c
r322 r330 151 151 unsigned int lpid = global_pid % NB_PROCS_MAX; 152 152 unsigned int pid = ((( x * Y_SIZE) + y) * NB_PROCS_MAX) + lpid; 153 // unsigned int pid = _get_id(i n_procs );154 153 155 154 // This last initialisation phase is done sequencially: … … 332 331 unsigned int epc_value = _get_task_slot(global_pid, ltid, CTX_EPC_ID); 333 332 334 _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] reach barrier at cycle %d\n", 335 x, y, lpid, _get_proctime() ); 333 #if GIET_DEBUG_INIT 334 _printf("\n[GIET DEBUG INIT] Processor[%d,%d,%d] reach barrier at cycle %d\n", 335 x, y, lpid, _get_proctime() ); 336 #endif 336 337 337 338 // increment barrier counter
Note: See TracChangeset
for help on using the changeset viewer.