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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ