Altera_Forum
Honored Contributor
15 years agoReordering Data
Hi All,
I'm at an early stage in a new project - I have a data stream from multiple sensors arriving into my FPGA and I want to re-order the data over a certain number of words before re-transmitting the data. Each frame of data is made up of 9600 words of data (16bits / point) arriving at about 60Msps. So I need a frame buffer to store each word as it arrives in it's new position in the frame until the frame is filled before re-transmitting. Since the data stream is continuous, I need two of these frame buffers or one of twice the overall frame size so that I can continue to receive and re-order a new frame while transmitting the previous (dual port?). The frame buffer needs to be addressable like an array or (dual port) memory to enable the incoming words to be placed in the correct position before being read out. Looking at the Cyclone III datasheet I can see that M9K blocks are very versatile and can be configured as various ways via the wizard. Any advice anyone? Thanking you in advance