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 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

/or2k/trunk/analysis-bin/insnanalysis/or1k-32-insn.c
1416,15 → 1416,15
}
}
}
// Have indexes of the next largest n-tuple, print it out.
 
// We now have indexes of the next largest n-tuple, print it out.
 
insn_info = or1k_32_insns[largest_insn_index];
 
#ifdef DISPLAY_STRING
fprintf(stream,"set :");
#endif
 
// insn_info->insn_string, n, set_match_index,
// insn_info->groupings[n-1][set_match_index+1][n]);
for(tuple_set_itr=0;tuple_set_itr<n;tuple_set_itr++)
fprintf(stream,
#ifdef DISPLAY_STRING
1433,7 → 1433,7
#ifdef DISPLAY_CSV
"\"%s\",",
#endif
or1k_32_insns[(insn_info->groupings[n-1][largest_set_index][tuple_set_itr])]->insn_string);
or1k_32_insns[(insn_info->groupings[n-1][largest_set_index+1][tuple_set_itr])]->insn_string);
fprintf(stream,
#ifdef DISPLAY_STRING

powered by: WebSVN 2.1.0

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