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!
修改时间 12-10-2018 05:18 PM
大家好,我最近使用ZCU 102开发板,在进行DMA回环测试时遇到一个bug,在传输过程中它会以间隔4个点丢失数据,用0填充。BD图如图1所示:
图1 BD图
图2 效果图
图3 DMA IP参数配置图
注:1.PYNQ 系统是我从pynq.io上移植的linux 操作系统。
2.PS侧的python代码是参考pynq.io上的自定义 overly tutorial 2写的
请问问题出在哪里?谢谢。
修改时间 12-11-2018 05:38 PM
你可以先用axi dma standalone driver 的example测试一下。如果结果正确,再和你的代码做对比校验。
C:\Xilinx\SDK\2018.1\data\embeddedsw\XilinxProcessorIPLib\drivers\axidma_v9_6\examples
上面这个文件夹里有simple poll和sg poll的例子,可以在sdk里面创建application。