LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix in FPGA

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..

 

 

0 Kudos
Message 1 of 2
(2,373 Views)

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

Message 2 of 2
(2,342 Views)