URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
| Rev 411 |
Rev 488 |
| Line 38... |
Line 38... |
"A Custom", // 1e
|
"A Custom", // 1e
|
"A Custom", // 1f
|
"A Custom", // 1f
|
};
|
};
|
|
|
extern void int_main();
|
extern void int_main();
|
|
extern void cpu_timer_tick();
|
|
|
void (*except_handlers[]) (void ) = {0, // 0
|
void (*except_handlers[]) (void ) = {0, // 0
|
0, // 1
|
0, // 1
|
0, // 2
|
0, // 2
|
0, // 3
|
0, // 3
|
0, // 4
|
0, // 4
|
0, // 5
|
cpu_timer_tick, // 5
|
0, // 6
|
0, // 6
|
0, // 7
|
0, // 7
|
int_main, // 8
|
int_main, // 8
|
0, // 9
|
0, // 9
|
0, // a
|
0, // a
|
© copyright 1999-2026
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.