Possible to use more than 16 interrupts?

0

Hello,

if I understand the architecture correctly, I can only have 16 interrupts [1]. Is this correct? For my current project, it would be good to have 128+ interrupts. Is there any way to achieve this? Except for aggregating interrupts and additional checking on the host/software side.

[1] https://github.com/aws/aws-fpga/blob/master/hdk/docs/AWS_Shell_Interface_Specification.md#interrupts

Regards and thanks.

miob
gefragt vor 5 Jahren197 Aufrufe
3 Antworten
0
Akzeptierte Antwort

Hi miob,

We don't support more than 16 interrupts from CL to shell currently. However, Our roadmap is driven by what matters to our customers. Please send me a personal message about your application needs for having more number of interrupts. It will help us refine roadmap based on customer needs, also we can help you come-up with a solution in the current scenario.

Thank you,
Sunil.

AWS
beantwortet vor 5 Jahren
0

Hi miob,

Yes, the architecture supports 16 interrupts (cl_sh_apppf_irq_req[15:0]) from the CL. As you mentioned by, aggregating interrupts and additional host software it is possible to support 128+ interrupts.

Thanks,
Sunil.

AWS
beantwortet vor 5 Jahren
  • Hi Sunil I am using IPI mode (Vivado GUI) for the integration. Could you please help me on how to connect and where to connect irq_req[15:0] and irq_ack[15:0] ? As well as how to read the interrupt acknowledgement from the shell? Thank you.

0

So there are no plans for native support of more than 16 interrupts?

miob
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen