zoukankan      html  css  js  c++  java
  • [转]Example Design

    Description

    Attached to this Answer Record is an Example Design for using the AXI DMA in polled mode to transfer data to memory.

    Solution

    This design targets Zynq devices and uses a simple counter to drive the S2MM channel of the AXI DMA.

    Counter data is sent into and then read out of memory, and is finally sent out of the MM2S channel to an AXI Streaming FIFO. 

    The data received by the AXI Streaming FIFO is verified against the counter data. 

    The ARM controls DMA transfers via GP ports by accessing the AXI DMA core through its AXI Lite interface.

    It uses simple polling of the status register to manage DMA transfers.

    For more details about the design, refer to the dma_ex_polled/doc directory.





    The current version of this design was created in Vivado 2015.1.

    https://www.xilinx.com/support/answers/57561.html

  • 相关阅读:
    函数-列表生成式
    函数-闭包
    函数-参数
    函数-装饰器
    函数-函数递归
    函数-高阶函数
    函数-命名空间
    函数-匿名函数
    模块-shutil
    在 Android 5.1.1 执行 remount system failed 解决方法
  • 原文地址:https://www.cnblogs.com/ifpga/p/9027596.html
Copyright © 2011-2022 走看看