YYoo
New Contributor
7 years agoWhat is the array size limitation in HLS component?
I write some two dimensional array and initialization codes into header file for my component. Array code is like the following.
ac_int<8, true> arr1[320][100] = { 0, 2, -1, ...1 };
ac_int<8, true> arr2[100][10] = {...};
and more.
When I run build.bat test-x86-64, exe file was generated successfully. When I run generated exe file, no error message and no response.
And command window (cmd) didn't show any message.
If I remove arr1[320][100] array, it respond.
What can I do when I need to make large and many multi dimensional
array for my component?
Software : Quartus Prime 17.1 standard