I have implemented a HDMI Transmitter and receiver on a Atlys Spartan 6 board. Its working properly. I am using 1080p @ 60Hz. The board takes a one pixel, decodes it, encode it back and send it to the monitor.
Now i need to identify the start of a new frame. Because i want to draw a square on the middle of the screen (using the FPGA). I thought when both HSYNC and VSYNC are '1' that implies a start of a new frame. But it seems that is not the case.
Can anyone tell me abot how to identify the start of new HDMI frame?
Thank you!