Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIntegrating a custom component in SOPC [+IRQ]
Hello i made a custom component and integrated it on SOPC, my problem is the IRQ signal... i am using Linux in my NIOS2 and i need to make a device driver to control my custom component, however i h...
Altera_Forum
Honored Contributor
14 years agoonce you register your handler with alt_irq_register, it will be called as soon as the interrupt fires, except if the interrupts are masked.