zerkman / zhdmi

A complete HDMI transmitter implementation in VHDL
GNU General Public License v3.0
17 stars 2 forks source link
audio fpga hdmi vhdl video

zhdmi - A complete HDMI transmitter implementation in VHDL

This is a VHDL implementation of a HDMI transmitter with complete features:

This transmitter takes a typical VGA-like group of signals as input (pixel clock, vsync, hsync, display enable, RGB data), as well as stereo digital audio at any standard sample rate. It produces a stream of HDMI data to be redirected to a HDMI output connector.

zhdmi is distributed under the GNU General Public License v3 licence. See the LICENSE file or https://www.gnu.org/licenses/gpl-3.0.html for more details.

Usage

See the demo directory for sample projects making use of this HDMI transmitter.