hdl-util / hdmi

Send video/audio over HDMI on an FPGA
https://purisa.me/blog/hdmi-released/
Other
1.08k stars 112 forks source link

pixel and tmds frequency. #1

Closed LMN128 closed 4 years ago

LMN128 commented 4 years ago

Hi, very nice project. Clean sources. Thanks a lot. Please, could you and info about pixel and tmds frequency per video modes?

sameer commented 4 years ago

Sure! The pixel clock corresponds to what's in CEA61-D. The TMDS clock is always 10 times as fast as the pixel clock.

Here they are for the video modes that I implemented, I'll make sure to add it in the README

LMN128 commented 4 years ago

Great. Thanks a lot. I am looking forward to audio implementation.