Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
5 years agoHi,
Please check below if you have multi concurrent assignment which may have been the issue:
- TLeng25 years ago
New Contributor
Dear EBERLAZARE,
Thank You for the Information.
I understand the fact of the too many drivers. The issue is that I dont create the mem0 module.
I am using the Intel OpenCL for FPGA on this Board and it gets automatically created.
How can I prevent this ?
- EBERLAZARE_I_Intel5 years ago
Regular Contributor
Hi Steffen,
This problem may comes from the fact that the signal is technically multidrive since it is assigned multiple times as the process is inside a generate block.
By looking into your source code, you could workaround the problem by taking the some processes out of the generate frame statement.