Xilinx Vivado Design Suite 2013.2 is out, with Zynq support for IP Integrator.
I was successful with the basic tutorial (http://www.xilinx.com/support/documentation/sw_manuals/xilinx2013_1/ug940-vivado-tutorial-embedded-design.pdf), I've created a sample LED blinking project.
Unfortunately, I am stuck with the HDMI output controller. I've imported the EDK HDMI cores (axi_clkgen, axi_hdmi_tx_16b), but I am unsure what to do next, which interface should I connect to where, etc.
For example: the XPS Linux reference design (http://digilentinc.com/Data/Products/ZEDBOARD/ZedBoard_Linux_Design.zip) connects the M_AXIS_MM2S interface of the VDMA with the M_AXIS_MM2S interface of the HDMI_TX. Vivado does not allow this connection. Also, the Vivado VDMA core does not have the mm2s_fsync_out wire, so I can't connect it to vdma_fs_ret in the HDMI core.
My question is: is there a ZedBoard reference design for Vivado, or a step-by-step guide to create a HDMI output design (in XPS) so that I can be sure that I am doing the right thing?
Regards,
Gabor