OpenCores
URL https://opencores.org/ocsvn/copyblaze/copyblaze/trunk

Subversion Repositories copyblaze

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /copyblaze/trunk
    from Rev 67 to Rev 68
    Reverse comparison

Rev 67 → Rev 68

/copyblaze/sw/tools/asm/pBlazASM/cpBlazeMRG/cpBlazeMRG.c
290,7 → 290,8
while ( fgets(linebuf, 128, ifp) != NULL ) {
if(line_count >= MAX_LINE_COUNT){
printf("\nInput exceed maximum line number\n");
error_out();
goto error;
//error_out();
}
// Extract the data from In file to program_word
306,7 → 307,9
line_count++;
}
 
 
error:
//error_out();
printf("\nWrite output files...\n");
fprintf(ofp,"Write output files...\n");
write_bin();

powered by: WebSVN 2.1.0

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