Forum Discussion
Altera_Forum
Honored Contributor
9 years agoCL_INVALID_BINARY for larger design
I'm working on a kernel with scalable unrolling factor on aocl 16.0.2.222 for a Nallatech p385a_sch_ax115 board. Synthesis and hardware generation succeed for a range of unrolling factors and .aocx f...
Altera_Forum
Honored Contributor
9 years agoThanks for the reply. Both are plausible reasons, but I double-checked that both the --board parameter and the host memory allocation are correct.
I wonder if the number of local memories instantiated may cause a problem. In the somewhat cryptic sys_description.txt, the highest ID of a local memory in the working design seems to be 138, whereas the failing design has the highest ID 178. In both cases, some intermediate IDs seem to have been optimized away. Is anyone successfully running designs with that many local memories? I right now work on a synthetic example with a high number of local memories in order to find out if this might cause the problem.