Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIt wouldn't be used for the interface out to the display, it looks like a debug/hint signal to me. It's been a really long time since I worked with VGA but I think that signal asserts after the last pixel on the screen is sent and remains asserted until the next frame starts (I could be wrong). The only signals you need to connect to the display interface are these (some displays don't need all of those):
output [9:0] vga_r, vga_g, vga_b; output vga_hs, vga_vs, vga_blank, vga_clock;