Changeset 330 for soft/giet_vm/giet_kernel/kernel_init.c
- Timestamp:
- Jun 19, 2014, 1:26:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.