Changeset 345 for soft/giet_vm/convol
- Timestamp:
- Jun 25, 2014, 2:19:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/convol/main.c
r334 r345 259 259 if ( INITIAL_DISPLAY_ENABLE ) 260 260 { 261 date = giet_proctime(); 261 262 giet_shr_printf( "\n[CONVOL] task[%d,%d,%d] starts initial display at cycle %d\n", 262 263 x, y, lpid, date); … … 279 280 } 280 281 282 date = giet_proctime(); 281 283 giet_shr_printf( "\n[CONVOL] task[%d,%d,%d] completes initial display at cycle %d\n", 282 284 x, y, lpid, date);
Note: See TracChangeset
for help on using the changeset viewer.