Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI don't think that you need a DSP or other processor to perform the calculation. You can also write HDL code that processes data sequentially, using block RAM to hold the array elements. You have to set up a state machine that controls the calculation flow.
I presume that the parallel cores idea doesn't fit any FPGA hardware available to you.