URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 54 |
Rev 64 |
Line 20... |
Line 20... |
/* Prototypes */
|
/* Prototypes */
|
void except_handle(int except, unsigned long ea);
|
void except_handle(int except, unsigned long ea);
|
|
|
|
|
/* Define if you want pure virtual machine simulation (no exceptions etc.) */
|
/* Define if you want pure virtual machine simulation (no exceptions etc.) */
|
#define ONLY_VIRTUAL_MACHINE 1
|
#undef ONLY_VIRTUAL_MACHINE
|
|
|
/* Definition of OR1K exceptions */
|
/* Definition of OR1K exceptions */
|
|
|
#define EXCEPT_RESET 0x0100
|
#define EXCEPT_RESET 0x0100
|
#define EXCEPT_BUSERR 0x0200
|
#define EXCEPT_BUSERR 0x0200
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.