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

Use 2 symbols per word on full res encode #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelBell
Copy link
Contributor

This changes the last remaining case of using 1 TMDS symbol per word over to using 2.

The performance gain is pretty minor, and comes at the expense of introducing a second set of TMDS symbols, shifted left by 10 bits so that they can be OR'ed together with the first set. This unfortunately means we need to reintroduce clearing of the accumulator of one of the interpolators during the loop.

However, when you are trying to run at full resolution every cycle saved is worthwhile!

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

Successfully merging this pull request may close these issues.

1 participant