This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于SRIO中的interrupt的问题



问题:

使用doorbell packet,必须使用8个dedicated interrupts中的一个 吗?

使用非doorbell packet,必须使用16个general interrupt中的一个 吗?

  • 都可以用,doorbell interrupt 可以路由到INTDST0~23,通过配置寄存器INTERRUPT_CTL控制中断路由,0则路由到dedicate interrupt,1则路由到general interrupt,具体查看srio user guide。