Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
The Nios II processor requires level triggered, active high, interrupts.
- Altera_Forum
Honored Contributor
Hello wombat,
Thank you for this information. So there is no way to set up the IRQ inputs? Where did you get the information? Bye, niosIIuser - Altera_Forum
Honored Contributor
I don't know whether it's possible to get the interface to user logic to automatically convert edge triggered interrupts into levels, but its fairly easy to do it yourself.
You need to latch the fact that the interrupt has occurred and then write to a slave port register to clear your latched value. But you probably know that already (I'm stating the obvious in case others are reading this).