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

Light-HLS does not support class/struct

Open zslwyuan opened this issue 2 years ago • 0 comments

For example

struct { int a; char b; };

it is related to data packing and BRAM usage optimization, which are not supported by Light-HLS currently.

zslwyuan avatar Jul 19 '21 12:07 zslwyuan