You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Due to limited memory ports. Please consider using a memory core with more ports or partitioning the arrary....."
but either
#pragma HLS array_partition variable=xxx complete
or
#pragma HLS array_partition variable=xxx.val complete
has any effect.
Why?
The text was updated successfully, but these errors were encountered:
I got the following warining
"Due to limited memory ports. Please consider using a memory core with more ports or partitioning the arrary....."
but either
#pragma HLS array_partition variable=xxx complete
or
#pragma HLS array_partition variable=xxx.val complete
has any effect.
Why?
The text was updated successfully, but these errors were encountered: