URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
[/] [openrisc/] [trunk/] [or1ksim/] [libtoplevel.c] - Diff between revs 385 and 420
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 385 |
Rev 420 |
Line 185... |
Line 185... |
}
|
}
|
|
|
/* If we are tracing, dump after each instruction. */
|
/* If we are tracing, dump after each instruction. */
|
if (!runtime.sim.hush)
|
if (!runtime.sim.hush)
|
{
|
{
|
dumpreg ();
|
trace_instr ();
|
}
|
}
|
|
|
/* If we were single stepping, stall immediately. */
|
/* If we were single stepping, stall immediately. */
|
if (cpu_state.sprs[SPR_DMR1] & SPR_DMR1_ST)
|
if (cpu_state.sprs[SPR_DMR1] & SPR_DMR1_ST)
|
{
|
{
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.