UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
01-02-2019 08:44 AM
Hi all,
what is the difference between AXI DMA and AXI Memory mapped to stream? which one should be used to send data from Zynq to stream FIFO as both can be used for this task
Best regards
01-02-2019 08:57 AM
The AXI DMA IP is the general-purpose, high-performance IP one should use to move data between memory-mapped devices (e.g., BRAM and DDR), or between memory-mapped device and AXIS stream interfaces.
The AXI MM-to-Stream IP is a specialty IP designed to encapsulate entire AXI MM transactions and move them over an AXIS interface (e.g., between two FPGA's). It's a way to 'extend' an AXI MM interface, without requiring all of the (possibly hundreds of) IO pins.
-Joe G.
01-02-2019 12:15 PM
So if i want to send data from ZYNQ PS to AXI Stream Data FIFO shall i use AXI MM-to-Stream IP?
01-02-2019 12:29 PM
No.