Ignore:
Timestamp:
Feb 3, 2014, 4:42:00 PM (10 years ago)
Author:
cfuguet
Message:

Introducing last changes of trunk into branch.

Location:
branch/giet_vm_ioc_drivers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branch/giet_vm_ioc_drivers

  • branch/giet_vm_ioc_drivers/giet_xml/xml_driver.c

    r286 r288  
    4545        "HARD",
    4646        "SOFT",
     47        "TIME",
    4748    };
    4849
     
    235236    fprintf(fpout, "<?xml version = \"1.0\"?>\n\n");
    236237
    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);
    245247
    246248    ///////////////////// clusters ///////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.