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 136 to Rev 137
    Reverse comparison

Rev 136 → Rev 137

/trunk/or1ksim/cpu/or1k/except.h
39,7 → 39,7
#define EXCEPT_RANGE 0x0b00
#define EXCEPT_SYSCALL 0x0c00
#define EXCEPT_BREAK 0x0d00
#define EXCEPT_RESERVED 0x0e00
#define EXCEPT_TRAP 0x0e00
 
#define EXCEPT_NAME(E) E == EXCEPT_RESET ? "Reset" : \
E == EXCEPT_BUSERR ? "Bus Error" : \
53,5 → 53,7
E == EXCEPT_ITLBMISS ? "Insn TLB Miss" : \
E == EXCEPT_RANGE ? "Range" : \
E == EXCEPT_SYSCALL ? "System Call" : \
E == EXCEPT_BREAK ? "Break" : "Unknown"
E == EXCEPT_BREAK ? "Break" : \
E == EXCEPT_TRAP ? "Trap" : "Unknown"
 

powered by: WebSVN 2.1.0

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