URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [orp/] [orp_soc/] [sw/] [except/] [except_test.c] - Diff between revs 1125 and 1268
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1125 |
Rev 1268 |
Line 1121... |
Line 1121... |
ASSERT(ret == 0);
|
ASSERT(ret == 0);
|
|
|
/* Interrupt exception test */
|
/* Interrupt exception test */
|
interrupt_test (); // OK
|
interrupt_test (); // OK
|
|
|
|
#if 0
|
/* ITLB exception test */
|
/* ITLB exception test */
|
itlb_test (); // OK
|
itlb_test (); // OK
|
|
|
/* DTLB exception test */
|
/* DTLB exception test */
|
// dtlb_test (); // OK [with enabled IC/DC it fails on or1ksim]
|
// dtlb_test (); // OK [with enabled IC/DC it fails on or1ksim]
|
Line 1144... |
Line 1145... |
/* Range test */
|
/* Range test */
|
// range_test (); // Doesn't work on or1ksim
|
// range_test (); // Doesn't work on or1ksim
|
|
|
/* Exception priority test */
|
/* Exception priority test */
|
// except_priority_test (); // Doesn't work on or1ksim
|
// except_priority_test (); // Doesn't work on or1ksim
|
|
#endif
|
|
|
report (0xdeaddead);
|
report (0xdeaddead);
|
exit (0);
|
exit (0);
|
|
|
return 0;
|
return 0;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.