URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [or1ksim/] [pic/] [pic.c] - Diff between revs 1446 and 1473
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1446 |
Rev 1473 |
Line 65... |
Line 65... |
}
|
}
|
|
|
/* WARNING: Don't eaven try and call this function *during* a simulated
|
/* 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
|
* instruction!! (as in during a read_mem or write_mem callback). except_handle
|
* assumes that this is the case, it breaks otherwise. */
|
* 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. */
|
/* Asserts interrupt to the PIC. */
|
void report_interrupt(int line)
|
void report_interrupt(int line)
|
{
|
{
|
setsprbits(SPR_PMR, SPR_PMR_DME, 0); /* Disable doze mode */
|
setsprbits(SPR_PMR, SPR_PMR_DME, 0); /* Disable doze mode */
|
setsprbits(SPR_PMR, SPR_PMR_SME, 0); /* Disable sleep mode */
|
setsprbits(SPR_PMR, SPR_PMR_SME, 0); /* Disable sleep mode */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.