I believe reading from the FIFO is limited to one element at a time. I have not used DMA at this point as it is not critical that I read or
write to/from the FPGA at the fastest possible speed. I simply pass my
array with the normal FPGA I/O read/write.
Once the data is in the FPGA, however......for small arrays I simply convert my fixed size array to a fixed size cluster and then do an unbundle to get access to the data all at once as in the screenshot below.

Message Edited by Bill@NGC on 08-24-2007 04:53 PM
Message Edited by Bill@NGC on 08-24-2007 04:58 PM