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

Subversion Repositories or1k_old

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1472 to Rev 1473
    Reverse comparison

Rev 1472 → Rev 1473

/trunk/or1ksim/cpu/or1k/except.c
79,6 → 79,8
#endif
 
/* Asserts OR1K exception. */
/* WARNING: Don't excpect except_handle to return. Sometimes it _may_ return at
* other times it may not. */
void except_handle(oraddr_t except, oraddr_t ea)
{
oraddr_t except_vector;
/trunk/or1ksim/pic/pic.c
67,6 → 67,8
/* WARNING: Don't eaven try and call this function *during* a simulated
* instruction!! (as in during a read_mem or write_mem callback). except_handle
* assumes that this is the case, it breaks otherwise. */
/* WARNING2: Don't except report_interrupt to return! However, it also _may_
* return. Make sure you handle this case aswell. */
/* Asserts interrupt to the PIC. */
void report_interrupt(int line)
{

powered by: WebSVN 2.1.0

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