Introduction - If you have any usage issues, please Google them yourself
design and implementation of complex algorithms on fpga. the example considered is viterbi algorithm which is computationally heavy to be implemented on fpga so the algorithm is divided into small chunks and is implemented on many fpga s and are linked with each other to form a complete implementation of viterbi decoder.