The new parallel for-loop feature for multi-core CPU is great, but does it support FPGA as well? Since everything runs in parallel onthe FPGA, it would seem natural to do parrallel for-loop there. I'm doing some time-critical vector multiplications that can be done quickly with parralel process, and I know I can MANUALLY put several parallel loops to speedup the process. However as the length of the vector change, so would the number of parralel loops. I'm wondering if there is a automatic process that does this for me.