Light-HLS icon indicating copy to clipboard operation
Light-HLS copied to clipboard

Light-HLS does not support complicated array/pointer

Open zslwyuan opened this issue 2 years ago • 0 comments

For example,

void foo(int a[][100]); void foo0(int *b[10]);

these situations are currently not supported by Light-HLS, since it might be too complex for static analysis of Light-HLS.

zslwyuan avatar Jul 19 '21 12:07 zslwyuan