Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI figured it out -- I had added my IRQ as a separate Interrupt Sender block in QSys.
What I needed to do was get rid of that block and instead add an Interrupt Sender to my custom component, which connects to an exported signal to get the interrupt from my existing logic. Once I did that, QSys automatically figured out that the component was connected to an interrupt and populated the Device Tree accordingly....