OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk/mpsoc/src_c/ihex2mif
    from Rev 45 to Rev 48
    Reverse comparison

Rev 45 → Rev 48

/ihex2mif Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
ihex2mif Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: main.c =================================================================== --- main.c (revision 45) +++ main.c (revision 48) @@ -17,8 +17,9 @@ { printf("Usage: ./ihex2mif \n"); printf("\nOptions: \n"); - printf(" -e : end memory address .\n"); - printf(" -f : input ihex file .\n"); + printf(" -e : end memory address.\n"); + printf(" -f : input ihex file name.\n"); + printf(" -o : output mif file name.\n"); } @@ -72,7 +73,7 @@ if (end_addr != NULL) sscanf(end_addr, "%x", &end_addr_int); else end_addr_int = maxaddr; - + printf("end_addr_int=%u\n",end_addr_int); update_out_file();

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.