Hi,
I have 8000 rows of data, each 19 bits wide. Right now, I’m storing them in a FIFO on my XEM 3010.
From the documentation, it seems to me that Pipes are the best way to get this data from the FPGA to my computer. The problem is that the pipes take in something that is 16 bit wide? what is the best way to get around this?
Currently, i use wires and triggers to get this data, but it takes a while.
Thanks