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 1545 to Rev 1546
    Reverse comparison

Rev 1545 → Rev 1546

/trunk/or1ksim/debug/debug_unit.c
67,7 → 67,8
void set_stall_state(int state)
{
#if DYNAMIC_EXECUTION
PRINTF("FIXME: Emulating a stalled cpu not implemented (in the dynamic execution model)\n");
if(state)
PRINTF("FIXME: Emulating a stalled cpu not implemented (in the dynamic execution model)\n");
#endif
development.riscop &= ~RISCOP_STALL;
development.riscop |= state ? RISCOP_STALL : 0;

powered by: WebSVN 2.1.0

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