Skip to content

Resolve FLX-1265 "Reorderfromhostdma"

Frans Schreuder requested to merge FLX-1265_ReorderFromHostDMA into master

Closes FLX-1265 Added a 4kB block memory in dma_read_write in the FromHost direction of Wupper, between the DMA and the FIFO. The memory is filled in the order of the addresses of the arriving TLPs, then read out sequentially and sent to the fifo. This successfully sorts the out of order DMA messages.

Merge request reports