enjoy-digital / litepcie

Small footprint and configurable PCIe core
Other
451 stars 111 forks source link

Add a zero-copy mode to dma_test. #70

Closed maleadt closed 2 years ago

maleadt commented 2 years ago

This PR adds a zero-copy mode to dma_test like it is implemented in litepcie_test. Although https://github.com/enjoy-digital/litepcie/pull/65 will implement this differently, it might be preferable to add the feature locally first before the large refactor in that PR.

enjoy-digital commented 2 years ago

Thanks @maleadt, #65 has been merged and zero-copy enabled in dma_test with https://github.com/enjoy-digital/litepcie/commit/f73761dabaac7325bff10f5d600b5cc96f2e94fb.