This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am studying CLA of TMS320F28035.
I was wondering in what kind of situations that the Parallel Instruction is not recommended, OR what should I be aware of when using parallel instruction?
Thanks,
Frank
Hi Frank,
As far as I know there is no down side to using the parallel instructions. We use them extensively in filter operations or anything using convolution or correlation. The only concern is if you are using parallel moves to/from memory, be sure to include sufficient delay slots if reading or writing back to the same memory. The pipeline is not protected so you may end up doing the operations out of order.