Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVideo Clocked output and VGA
Hi all. I am using a DE2 , and I am trying to show RGB test pattern generator on the VGA. I am using vip to genereate the colour bars, but i have not benn able to fully understand the way VCO wo...
Altera_Forum
Honored Contributor
16 years agoIt looks like that you may have problems are with the SDRAM.
From what I see I think you are working with high clock rates for both the video and memory. Your video clock is 70MHz while you need for composite input only 27MHz if the color components are parallel the VGA output (640 x 480 @ 60Hz) only need 25 MHz if the color components are parallel. 50 MHz clock for video will be OK. The SRAM clock you use is 140MHz, but I think the SDRAM controller work only up to 100MHz in Stratix devices, in other device even less. I would also suggest you to read in the SDRAM Controller document and follow the clock phase setting for the SDRAM. Good luck, Reuven