LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting continous elements in array using fpga?

Hello

I am sending my data from RT to fpga!. at RT side I have converted my 2D array(3 rows and unknown number of col depending on spline iteration) in 1D and fed into the write FIFO to send to fpga. at fpga side I am getting elements from read FIFO! there I want to create three 1D arrays with row1, second with row2 and third 1D array with row3..how can I do that. is it possible to know where the row is finishing and when does it start displaying next row?

or its not possible without knowing the col size? If yes than lets assume that col are 1084.. then how can we do that?

Sara

0 Kudos
Message 1 of 3
(2,083 Views)

An FPGA has to have set length of arrays.  It is hardware after all.  If you assume the split is always as the same place, you could use Array Subset 3 times.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,075 Views)

Thanks but is there any way to know when the elemets of next row has start been displaying at fpga side?

SAra

0 Kudos
Message 3 of 3
(2,059 Views)