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

Pin Assignment #5

Closed konstantinosskoutelis closed 4 years ago

konstantinosskoutelis commented 4 years ago

What exactly should the Pin assignment be in a top level entity as such since I can can see HDMI port has a lot more ports. Thanks

sameer commented 4 years ago

Hi @konstantinosskoutelis ,

If you have not already seen it, there is a demo here with concrete pin assignments: https://github.com/hdl-util/hdmi-demo/

Only a few of the wires actually lead out of the FPGA, the rest are for deciding what to output when.

Let me know if you have any more questions.

sameer commented 4 years ago

I have added comments to the HDMI module explaining the use of the outputs in b933aac.

sameer commented 4 years ago

Closing due to inactivity.