Forum Discussion
Altera_Forum
Honored Contributor
21 years ago„Interface to User Logic“ and IRQ (level/edge)
Hello, I would like to edit the IRQ type (edge/level) for “Interface to User Logic”. What’s the standard IRQ type? Is there more information about this topic? I didn’t find something useful in ...
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).