Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow to improve memory bandwidth
Hi, I want to do empty kernels. First block read data from memory, send this data to channel. Second block receive data from channel and write this data to memory. I execute this code on Ar...
Altera_Forum
Honored Contributor
8 years agoThank you, HRZ
But if I use volatile (__global volatile float *restrict bottom). I compiler always can't to generate aocx file on the final stage of compilation. I get next error Error: Specified licence does not contain information required to run the Quartus Prime software. Error: Quartus Prime Compiler Database Interface was unsuccessful If I delete this tag compilation is become successful.