This is a great video. But when I'm trying to implement on my own. I got a lot of wannings with the excatly same steps. My transmission failed. Could not find where the problem is
Thank you for making a such detailed video. I am facing a problem when I am trying to do the synthesis. It is asking for the top module. What to do in that case?
Hi Vipin, Many thanks for your nice video, I would like to know how do you perform Cache maintenance? In your code I don't see any of the following functions: Xil_DCacheFlushRange , Xil_DCacheInvalidateRange Regards ~
Thanks for the great clip. If I have an ADC (like PMOD), can i convert data from PMOD IP to stream interface and route data to DDR through DMA? Is it feasible or I have to use memory mapped AXI interface.
Yes you can transfer the data to ddr using the dma controller. Only thing need to write proper application software. Similar to the one used for image transfer in the image processing application, but this time from a peripheral to the memory. Each time an interrupt is received, configure dma to transfer next set of data
Whether they are marked as mandatory signals in IP I need to check. But generally when you generate DMA controller from the IP catelog that time itself you can specify whether you need only read,write or both interfaces
Hi Vipin: your Vivado technology channel is the most practical video channel I found from the open-source Xilinx training videos so far.
To be accurate, even better than paid training.
Thank you so much sir for uploading such informative detailed videos about zedboard
This is a great video. But when I'm trying to implement on my own. I got a lot of wannings with the excatly same steps. My transmission failed. Could not find where the problem is
Hi Vipin, thanks for your great videos. I am going to add PCIe to my zynq. Where can I find the sources for drivers?
Thank you for making a such detailed video. I am facing a problem when I am trying to do the synthesis. It is asking for the top module. What to do in that case?
I think you have to create HDL wrapper first.
Hi Vipin,
Many thanks for your nice video,
I would like to know how do you perform Cache maintenance?
In your code I don't see any of the following functions: Xil_DCacheFlushRange , Xil_DCacheInvalidateRange
Regards
~
Thanks for the wonderful tutorials vipin, can you mention the videos related to dma tutorial, i am unable to find the videos related to this tutorial.
At what time in the video I am mentioning about these videos?
@@Vipinkmenon i was asking for the video related to software part of this hardware design.. later i found the video on your channel.
Thanks for the great clip.
If I have an ADC (like PMOD), can i convert data from PMOD IP to stream interface and route data to DDR through DMA? Is it feasible or I have to use memory mapped AXI interface.
Yes you can transfer the data to ddr using the dma controller. Only thing need to write proper application software. Similar to the one used for image transfer in the image processing application, but this time from a peripheral to the memory. Each time an interrupt is received, configure dma to transfer next set of data
If I only need to read from the DDR ,can I leave s_axis_s2MM disconnected?
Whether they are marked as mandatory signals in IP I need to check. But generally when you generate DMA controller from the IP catelog that time itself you can specify whether you need only read,write or both interfaces