How to transmit video data to DDR and display ?
Hi all,
I have used the test pattern generator II IP in Platform Designer to generate video data and connected its dout to the din of the clocked video output II IP. Finally, I output the video to HDMI, and this approach obviously displays the video.
Now, I want to use the MSGDMA to move the video data to DDR3 first, and then use another MSGDMA to read the data out to the clocked video output IP for video display. However, the video cannot be displayed, and the HDMI signal is not driven.
By the way, I am using Cyclone V soc, and I am using the H2F AXI bus to control the SGDMA for writing or reading data to/from DDR3. Each write and read operation transfers 8,294,400 bytes (1920x1080x2x2).
If I want to display the video using this method, how should I modify the design? Below are my project file.
Any help would be greatly appreciated.
Thanks in advance.