Forum Discussion
KennyT_altera
Super Contributor
5 years agoHi,
Can you attached your kernal files to see if we can duplicate it?
The error message show: Error: An error occurred during routing
seems like the design was unable to route, might due to congestion issue. Can you try to reduce some code in your kernel?
Thanks
- DDIAKITE5 years ago
Occasional Contributor
Hi,
I changed my kernel code a bit, the kernel contains four nested loops, and I had many versions for optimizations purpose. It worked when I changed the combination of the loops unrolling factors. The two innermost loops of the kernel version, which does not route, had an unrolling factor of 8 each.
Thank you!