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 ago --- Quote Start --- You are right, in the final design of the modified hello_world, the local memories have been optimized out. However, in the sys_description description they are still present. And the context callback specifically refers to a so-called auto-discovery string with precisely these contents. With a total of four bitstreams of large designs triggering the CL_INVALID_BINARY and around a dozen of smaller designs loading successfully, I doubt that a disk or memory issue. I could probably add some hashing that ensures that the bitstream in memory is the same as on disk, but I don't see a way to ensure the bitstream written to disk in the first place is not corrupted. --- Quote End --- I know this is an older thread but I'm running into the exact same issue and was wondering if you were able to nail down the issue.