Clarification regarding sh_cl_apppf_irq_ack/req interface

0

Hi,

can I assume that in the sh_cl_apppf_irq_ack interface, at most one bit is set? Or is it possible that in a single clock cycle multiple bits are set?

Let's say I send a request on cl_sh_apppf_irq_req for two interrupts in the same clock cycle (I suppose this is supported, if not please say so). Will both interrupts then ack'ed also in a later, but also same clock cycle? Or will they always be ack'ed one after another?

So, two questions:

  • How many bits may be set in cl_sh_apppf_irq_req in the same clock cycle?
  • How many bits can be set in sh_cl_apppf_irq_ack?

Thanks!

miob
已提问 5 年前182 查看次数
1 回答
0
已接受的回答

Hi,

You can think of the multiple user interrupt bits as independent:

  • You can assert multiple bits simultaneously
  • The ACKs may or may not be asserted simultaneously

Thanks,
-Asif

awsasif
已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则