hdmi icon indicating copy to clipboard operation
hdmi copied to clipboard

Send video/audio over HDMI on an FPGA

Results 14 hdmi issues
Sort by recently updated
recently updated
newest added

gbaHD no longer needs custom video timings, but this refactoring makes it easier if anyone ever does. - Abstract video attributes and video ID code lookup into a package -...

Hi, I have something strange in audio signal. It looks like some bits are not reflected or are mixed up. I tried sawtooth example with some changes. Code is here:...

Hi ! Filing this to report that I've been able to get this to work on the ULX3S board (based on Lattice ECP5, 12K gates). Due to compile issues with...

I'm trying to use this code in a Spartan 6 board, however ISE14.7 does not support System Verilog. Vivado supports SV but not Spartan 6 family :-( I tried to...

Hi, Would it be possible to rework a version of the HDMI video transmitter to accept a LCD bus compatible input? That would be and input of RGB[D:0] (for bit...

If you speak another language, I would appreciate your help in translating the `README.md`. For tables, checklists, or other data that might change, please indicate that that information is in...

help wanted
good first issue

Hi Sameer, I only propose to replace parameters in hdmi.sv module by inputs. It will be more handy for implementation. These values is useful to change as a option in...

Hi @sameer, I have studied several repos of related projects. https://github.com/charcole/NeoGeoHDMI/blob/master/HDMIDirect.v My monitor was CHIMEI 24SH-L, also tested with BENQ GW2480, but no luck (no signal). https://imgur.com/ArIkfPk The first block...

The project does not declare an open source (or any other) license. This makes it impossible to know whether I can use it inside my own project. Ideally, the project's...

Added a custom video mode with VIC 0 for non-standard video modes. Can be defined using parameters during instantiation.