URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [or32/] [execute.c] - Diff between revs 1428 and 1430
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1428 |
Rev 1430 |
Line 517... |
Line 517... |
j++;
|
j++;
|
if(opd->type & OPTYPE_LAST)
|
if(opd->type & OPTYPE_LAST)
|
break;
|
break;
|
opd++;
|
opd++;
|
}
|
}
|
|
if(or32_opcodes[iqueue[0].insn_index].flags & OR32_R_FLAG) {
|
|
fprintf (runtime.sim.fexe_log, "SR =%08x",
|
|
cpu_state.sprs[SPR_SR]);
|
|
j++;
|
|
}
|
while(j < 3) {
|
while(j < 3) {
|
fprintf (runtime.sim.fexe_log, " ");
|
fprintf (runtime.sim.fexe_log, " ");
|
j++;
|
j++;
|
}
|
}
|
}
|
}
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.