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
已提問 5 年前檢視次數 198 次
3 個答案
0
已接受的答案

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
已回答 5 年前
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
已回答 5 年前
  • 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
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南