Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipelined TMDS encoder #50

Open
steve-m opened this issue Dec 10, 2024 · 2 comments
Open

Pipelined TMDS encoder #50

steve-m opened this issue Dec 10, 2024 · 2 comments

Comments

@steve-m
Copy link

steve-m commented Dec 10, 2024

I'm using the IP core in my project (hsdaoh-fpga), and was looking to improve the performance on the lower end devices of the Tang Nano series (especially Tang Nano 9K due to the speed grade of the FPGA).

The TMDS encoder caused the most timing issues, so I adapted an existing pipelined TMDS encoder and added the video/data guard symbols and TERC4 to be compatible with the existing encoder. I'm getting quite a timing and performance improvement, allowing much higher pixel clocks on the Nano 9K.

So if anyone needs a higher resolution or better timing, you can give it a try:
https://github.com/steve-m/hsdaoh-fpga/blob/master/common/hdmi/tmds_channel.v

The only difference is the additional reset input, otherwise it can be used as a drop-in replacement.

@xolod79
Copy link

xolod79 commented Dec 11, 2024

Hi Steve! Great job. How do you think this solution is applicable to other manufacturers' FPGAs?
I also adapted hdl-util/hdmi to work on FPGAs without LVDS output support, using DDR.
#47
#25 (comment)

@steve-m
Copy link
Author

steve-m commented Dec 11, 2024

How do you think this solution is applicable to other manufacturers' FPGAs?

As there is nothing vendor specific, it should work out of the box on other FPGAs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants