I have a question of the FPGA (SRIO core IP) and DSP connection. I am wondering if you can get some help on it.
From FPGA->DSP, we will firstly use the burst write using Direct IO in SRIO, which will be very similar as the SRIO_slave.c code in the C6455EVM example, in which the DSP2 will be initialized to be waiting for data writing from DSP1. Here I just replace the DSP1 by FPGA as the master. The FPGA will know the DSP ID and the memory address, where the data will be sent to.
However, I also want to test the DSP->FPGA communication. Because the DSP should send the ID and memory address to FPGA information and then FPGA can initialize the data transferring. I hesitate to use the similar method as defined in SRIO_master.c, because the target is FPGA, which is not DSP. So the target address will be impossible to set for LSU REG. So, how could I make the DSP->FPGA message passing?
Thank you very much,