Forum Discussion

ymherklotz's avatar
ymherklotz
Icon for New Contributor rankNew Contributor
4 years ago

Issue compiling code with volatile 3D array in loop

Hi, The following code seems to compile incorrectly in Intel i++ Lite 18.1 when targeting Cyclone V. #include "HLS/hls.h" static volatile int32_t a[9][1][7]; component int result() { int t...