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

Reuse registers and OTF in DivSqrtMerge #39

Merged
merged 7 commits into from
Dec 8, 2023

Conversation

midnighter95
Copy link
Contributor

@midnighter95 midnighter95 commented Dec 7, 2023

Split partialSum and partialCarry registers and OTF out of SRT16 and SquareRoot module.
In DivSqrtMerge, DIV and SQRT logic reuses their partialSum and partialCarry registers and OTF, reducing by about 50 registers and 1 OTF compared to DivSqrt.

@midnighter95 midnighter95 changed the title Reuse registers in DivSqrtMerge Reuse registers and OTF in DivSqrtMerge Dec 7, 2023
@sequencer sequencer merged commit dd9bd58 into sequencer:master Dec 8, 2023
1 check passed
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.

3 participants