Forum Discussion
Altera_Forum
Honored Contributor
14 years agoconnection between VIP suite and SGDMA (inconsistent data width)
Hi all My project is to transfer video data to PCIE. As my first step, I try to use Test Pattern Generator (TPG) as a temporary video data input and connect the output data from TPG to SGD...
Altera_Forum
Honored Contributor
13 years agoMake your source video from the TPG be 8 bits.
When you output to your SDI receiver, connect the 8 bit video from the TPG to the 8 MSBs of the 10 bit SDI interface. The low 2 LSBs you can just set to zero. like so: SDI_video(9 downto 2) <= TPG_vid_out; SDI_video(1 downto 0) <= "00";