Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16605 Discussions

What is the array size limitation in HLS component?

YYoo
Beginner
989 Views

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​

0 Kudos
0 Replies
Reply