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 147 to Rev 148
    Reverse comparison

Rev 147 → Rev 148

/trunk/or1ksim/peripheral/debug_unit.c
138,6 → 138,10
if(in_reset)
return 0;
 
/* If we're single stepping, always stop */
if(debug_unit.DMR1.ST && action == DebugInstructionFetch)
return 1;
 
switch(action)
{
case DebugInstructionFetch: condition = DCR_CT_InsnAddress; break;

powered by: WebSVN 2.1.0

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