Forum Discussion
Altera_Forum
Honored Contributor
12 years agoAdding interrupts toa new QSys component
I created a new QSys component, and I'd like to customize how it appears in the device tree. I've already found how to change the vendor, compatible, and group fields. But this part is connec...
Altera_Forum
Honored Contributor
12 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....