Altera_Forum
Honored Contributor
12 years agoVIP - Clocked Video Output - No Vsync Signal (Help Please)
Hi
I'm new to the Altera's Video/Image IP suite so I set up a simple system in Qsys, Quartus v13.1: Test Pattern Gen (TPG) -> Clocked Video Output (CVO). My goal was to display basic color bar pattern on a VGA monitor. I'm using the Cyclone V SoCKit dev board. - TPG is set at 1024x768 (3 parallel colors @ 8bits each). - CVO is set at same res with syncs on "separate wires" option enabled. The CVO signals are connected to dev board VGA DAC (H+Vsyncs directly routed from the FPGA pins to the VGA connector). - A PLL is used to generate 65MHz which is fed into the CVO as pixel clock while 130MHz is used as main clock for both TPG and CVO. The Hsync, R, G, B signals appear to be correct but the Vsync signal is flat (logic 0) always. I'm baffled as to why the Vsync signal is not toggling. Given I haven't enabled user control feature for the TPG and CVO, I assume I don't need to do any initialization for these blocks (as in setting registers via NIOS). Any suggestion on how to fix the Vsync would be really appreciated... Thanks in advance!!!