Changeset 439 for soft/giet_vm/giet_xml/xml_driver.c
- Timestamp:
- Nov 3, 2014, 10:58:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_xml/xml_driver.c
r349 r439 76 76 "DMA", 77 77 "FBF", 78 "ICU",79 78 "IOB", 80 79 "IOC", … … 327 326 fprintf(fpout, " arg=\"%d\" >\n", periph[periph_id].arg); 328 327 if ( (periph[periph_id].type == PERIPH_TYPE_PIC) || 329 (periph[periph_id].type == PERIPH_TYPE_XCU) || 330 (periph[periph_id].type == PERIPH_TYPE_ICU) ) 328 (periph[periph_id].type == PERIPH_TYPE_XCU) ) 331 329 { 332 330 for (irq_id = periph[periph_id].irq_offset; … … 454 452 } 455 453 fprintf(fpout, " startid = \"%d\"", task[task_id].startid); 456 if( task[task_id].use_tty ) fprintf(fpout, " usetty=\"1\"");457 if( task[task_id].use_nic ) fprintf(fpout, " usenic=\"1\"");458 if( task[task_id].use_cma ) fprintf(fpout, " usecma=\"1\"");459 if( task[task_id].use_tim ) fprintf(fpout, " usetim=\"1\"");460 if( task[task_id].use_hba ) fprintf(fpout, " usehba=\"1\"");461 454 fprintf(fpout, " />\n"); 462 455 }
Note: See TracChangeset
for help on using the changeset viewer.