Forum Discussion
Altera_Forum
Honored Contributor
21 years agoI 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).