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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 912 to Rev 913
    Reverse comparison

Rev 912 → Rev 913

/trunk/or1ksim/cpu/or32/execute.c
432,7 → 432,7
}
switch (config.sim.exe_log_type) {
case EXE_LOG_HARDWARE:
fprintf (runtime.sim.fexe_log, "\nEXECUTED(%11lx): %.8lx: ", runtime.cpu.instructions, i);
fprintf (runtime.sim.fexe_log, "\nEXECUTED(%11lu): %.8lx: ", runtime.cpu.instructions, i);
fprintf (runtime.sim.fexe_log, "%.2x%.2x", evalsim_mem8(i), evalsim_mem8(i + 1));
fprintf (runtime.sim.fexe_log, "%.2x%.2x", evalsim_mem8(i + 2), evalsim_mem8(i + 3));
for(i = 0; i < MAX_GPRS; i++) {

powered by: WebSVN 2.1.0

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