Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
You can use 2D array in the Intel Quartus Prime software.
Synthesis tools typically consider all signals and variables that have a multi-dimensional array type and then create a RAM block, if applicable. This is based on the way the signals or variables are assigned orreferenced in the HDL source description.
Thanks.