Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI think I'm running into the "long compile times due to large loops being unrolled issue." I have a task kernel and synthesis does not complete in a reasonable amount of time if I unroll over 320. When can we expect 14.0 update 1?
"However, in general, users should try to avoid having excessive number of load/store instructions for performance reasons." If I'm doing a large parallel load, what are my other options? Should I create an I/O kernel that writes to a channel instead?