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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [or1k/] [except.c] - Diff between revs 128 and 133

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 128 Rev 133
Line 88... Line 88...
          pc -= 4;
          pc -= 4;
        pcnext = pc+4;
        pcnext = pc+4;
 
 
        /* Added by CZ 27/05/01 */
        /* Added by CZ 27/05/01 */
        pc_phy = pc;
        pc_phy = pc;
        cycle_delay = 0;  /* An exception stalls the CPU 0 clock cycles */
        cycle_delay = 7;  /* An exception stalls the CPU 7 clock cycles */
 
 
        DebugCheckException(except);
 
#endif
#endif
}
}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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