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

Subversion Repositories or2k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 23 to Rev 24
    Reverse comparison

Rev 23 → Rev 24

/or2k/trunk/analysis-bin/insnanalysis/or1k-32-insn.c
1727,6 → 1727,14
// the count)
set_count_copy[set_count+1] = set[n];
}
 
 
#ifdef DISPLAY_CSV
for(set_count2=0;set_count2<n;set_count2++)
fprintf(stream, "\"insn%d\",",n-1-set_count2);
fprintf(stream, "\"count\",\n");
#endif
 
// Now go through, finding the most frequent n-tuple of instructions and
// print it out
1747,11 → 1755,6
#ifdef DISPLAY_STRING
fprintf(stream,"Seq:\t");
#endif
#ifdef DISPLAY_CSV
for(set_count2=0;set_count2<n;set_count2++)
fprintf(stream, "\"insn%d\",",n-1-set_count2);
fprintf(stream, "\"count\",\n");
#endif
// Go through the indexes of the previous instructions, get their
// strings, and print them out
for(set_count2=0;set_count2<n;set_count2++)

powered by: WebSVN 2.1.0

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