Hi:
I encounter some problem when testing the interface between the c6474 and c6455.
Problem: C6455 sends a data packet to the c6474 and c6474 can receive the packet correctly,but when c6455 sends a doorbell interrpt packet to C6474,c6474 can not response the interrupt,that is c6474 can not enter the interrupt service programme. At the beginning,i did not use the CIC[2:0] but C6474 system event (event number is 71 ,the VECTID IS INT4 and routed to INTDST0),but it failed, then I use the CIC0 for interrupt (the event number is 6,and CIC out 0,and CIC event 80),but it also failed, I can find the problem,so I intend to ask for help.
1.If i want to send an doorbell interrupt to c6474 core0,must I use CIC[2:0]? Can I only use C6474 system event? If I use CIC0, which one to select(INTDST0~INTDST7)?
2.what is the functio of the CIC3 (TPCC)? Threre are 6 srio interrupt event in the CIC3,and can they used for Doorbell interrupt?