Forum Discussion
Altera_Forum
Honored Contributor
8 years agoData is read before accumulation is finished
=============================================================== for(uint t = 0; t < loop_cnt; t++) { //load data to data buffer for(uint w = 0; w < TILE_WIDTH; w++) { ...
Altera_Forum
Honored Contributor
8 years agoI already explained the reason for this extra replication in your other thread (http://www.alteraforum.com/forum/showthread.php?t=56880&p=231291#post231291).
This replication factor is decided by the compiler, and at least in the older versions of the compiler, could be controlled using "#pragma max_concurrency"