English | Français | Nous aider avec la traduction
SystemVerilog code pour transmettre vidéo/audio HDMI 1.4a sur un FPGA.
La plupart des implementations open source d'un source HDMI transmettre en réalité un signal DVI, avec qui les sinks HDMI (i.e. TVs/moniteurs) sont rétrocompatible. Pour supporter audio et l'autre HDMI seulement fonctionnalité, on doit transmettre un signal HDMI vrai. Le code dans ce dépôt permettez-vous de faire ça sans licencer un bloc HDMI IP de n'importe qui.
- Take files from
src/
and add them to your own project. If you use hdlmake, you can add this repository itself as a remote module. - Other helpful modules for displaying text / generating sound are also available in this GitHub organization.
- Consult the simple usage example in
top/top.sv
. - See hdmi-demo for code that runs the demo as seen the demo GIF.
- Read through the parameters in
hdmi.sv
and tailor any instantiations to your situation. - Please create an issue if you run into a problem or have any questions. Make sure you have consulted the troubleshooting section first.
S'il vous plaît regarder le readme anglais pour l'information à jour.