Changeset 288 for branch/giet_vm_ioc_drivers/giet_xml/xml_driver.c
- Timestamp:
- Feb 3, 2014, 4:42:00 PM (11 years ago)
- Location:
- branch/giet_vm_ioc_drivers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/giet_vm_ioc_drivers
-
Property
svn:mergeinfo
set to
/soft/giet_vm merged eligible
-
Property
svn:mergeinfo
set to
-
branch/giet_vm_ioc_drivers/giet_xml/xml_driver.c
r286 r288 45 45 "HARD", 46 46 "SOFT", 47 "TIME", 47 48 }; 48 49 … … 235 236 fprintf(fpout, "<?xml version = \"1.0\"?>\n\n"); 236 237 237 fprintf(fpout, "<mapping_info signature = \"0x%x\" \n", header->signature); 238 fprintf(fpout, " name = \"%s\" \n", header->name); 239 fprintf(fpout, " x_size = \"%d\" \n", header->x_size); 240 fprintf(fpout, " y_size = \"%d\" \n", header->y_size); 241 fprintf(fpout, " x_width = \"%d\" \n", header->x_width); 242 fprintf(fpout, " y_width = \"%d\" \n", header->y_width); 243 fprintf(fpout, " vspaces = \"%d\" \n", header->vspaces); 244 fprintf(fpout, " increment = \"%d\" >\n\n", header->vspaces); 238 fprintf(fpout, "<mapping_info signature = \"0x%x\" \n" , header->signature); 239 fprintf(fpout, " name = \"%s\" \n" , header->name); 240 fprintf(fpout, " x_size = \"%d\" \n" , header->x_size); 241 fprintf(fpout, " y_size = \"%d\" \n" , header->y_size); 242 fprintf(fpout, " x_width = \"%d\" \n" , header->x_width); 243 fprintf(fpout, " y_width = \"%d\" \n" , header->y_width); 244 fprintf(fpout, " vspaces = \"%d\" \n" , header->vspaces); 245 fprintf(fpout, " increment = \"%d\" \n" , header->vspaces); 246 fprintf(fpout, " irq_per_proc = \"%d\" >\n\n", header->irq_per_proc); 245 247 246 248 ///////////////////// clusters ///////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.