Show HN: Open-source, configurable HDMI output for FPGAs
1–10 of 32 posts
Re: Show HN: Open-source, configurable HDMI output for FPGAs
#2Re: Show HN: Open-source, configurable HDMI output for FPGAs
#3Probably should be illegal.
Re: Show HN: Open-source, configurable HDMI output for FPGAs
#4What about HDMI input? What I'm imagining is an HDMI freeze button, to buffer a single frame. Many projectors have that feature built in, but some don't, and I wish I could build it as an external hardware device.
Re: Show HN: Open-source, configurable HDMI output for FPGAs
#5This is a cool project! Is there any info available on the utilization numbers for the core? I'm curious how it stacks up against Xilinx's HDMI bloatware.
Info (21057): Implemented 1509 device resources after synthesis - the final resource count might be different
Info (21058): Implemented 15 input pins
Info (21059): Implemented 33 output pins
Info (21060): Implemented 87 bidirectional pins
Info (21061): Implemented 1240 logic cells
Info (21064): Implemented 128 RAM segments
Info (21065): Implemented 2 PLLs
I haven't been focusing on resource usage yet, but I think there's big savings potential in packet_assembler.sv since it's using around 300 cells just for parity computation.Re: Show HN: Open-source, configurable HDMI output for FPGAs
#6Nice! Everything I'd seen before was DVI. What about HDMI input? What I'm imagining is an HDMI freeze button, to buffer a single frame. Many projectors have that feature built in, but some don't, and I wish I could build it as an external hardware device.
Re: Show HN: Open-source, configurable HDMI output for FPGAs
#7Nice! Everything I'd seen before was DVI. What about HDMI input? What I'm imagining is an HDMI freeze button, to buffer a single frame. Many projectors have that feature built in, but some don't, and I wish I could build it as an external hardware device.
Re: Show HN: Open-source, configurable HDMI output for FPGAs
#8Re: Show HN: Open-source, configurable HDMI output for FPGAs
#9Your systemverilog is quite readable and well written. Good work on the library. Always a pleasure to see people using stuff I developed (used to work on Quartus)
Re: Show HN: Open-source, configurable HDMI output for FPGAs
#10Nice! Everything I'd seen before was DVI. What about HDMI input? What I'm imagining is an HDMI freeze button, to buffer a single frame. Many projectors have that feature built in, but some don't, and I wish I could build it as an external hardware device.
I would live HDMI input also, but for different reasons. I want to process video from HDMI streams.