"How to Connect 'Interrupt Sender' to Avalon Address in Platform Designer (Quartus Prime Pro)?"
Hello,
I have a question about connecting a custom "Interrupt Sender" to an Avalon address in Platform Designer.
I’ve attached two images to this message. One shows the platform design in Quartus Prime Pro 23.4, and the other corresponds to Qsys in Quartus || 13.1. Qsys has a parameter called "Associated addressable interface" for an "Interrupt Sender". However, this parameter is no longer available in Platform Designer in Quartus Prime Pro. Instead, I only see the parameters "Bridged receiver offset" and "Bridges to receiver."
Currently, I am using the IRQ number shown in Platform Designer and hardcoding it into my embedded software. However, I want to connect the interrupt to an Avalon address to have a corresponding parameter automatically generated in system.h in the BSP. This would allow me to avoid using hardcoded values for the IRQ.
In Quartus || 13.1, I could assign the "Associated addressable interface" to achieve this, but I cannot find an equivalent way to do so in Quartus Prime Pro.
What is the recommended solution for this in Quartus Prime Pro?
Thank you in advance for your guidance!