07-17-2018 07:40 AM
What is the easiest way to create matrix in FPGA, not using FPGA's "blue" block? I need to create matrix and multiply it with array..
07-18-2018 09:47 AM
Your question was about matrices, however, this article about supported items on the FPGA I think also applies to matrices:
http://zone.ni.com/reference/en-XX/help/371599J-01/lvfpgaconcepts/fpgamisc/
It says you can only have a one dimensional array on the FPGA and it must be of fixed size. (i.e. have an array constant or initialise array then replace array element).
if you have a large dataset that you want to have on the FPGA then you can create a memory item. Or if you are using a FlexRIO you can use the external DRAM