Hi all,
We are redesigning our system using the new C6678 DSP
Old system:
Xilinx Spartan interfaces with C6414 using DPRAM and EMIF-32...once the Xilinx collects 3072-32bit samples, it sends them to DPRAM and HW interrupts the DSP
The new DSP (C6678) has IMIF-16 and many other peripherals, we also want all the Cores to process the SAME data
What is the best way to interface the Xilinx to the DSP(s)...we are re-designing the whole system, so if we have to change to another FPGA, we'll do it...
Should we:
- keep the DPRAM and send the 32bit in 2-16bit moves
-use the SRIO? and if so, how much work to do on the FPGA?
-????
Once a DSP receives the data, should we have one DSP doing that and put it in shared memory/DDR3 or interrupt ALL cores.....
Regards,
Murad