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

32-in 64-out unsigned multiplication chip #137

Open
morganthomas opened this issue Apr 2, 2024 · 0 comments · May be fixed by #141
Open

32-in 64-out unsigned multiplication chip #137

morganthomas opened this issue Apr 2, 2024 · 0 comments · May be fixed by #141

Comments

@morganthomas
Copy link
Collaborator

Add a chip which checks multiplications where the input is two 32-bit unsigned integers and the output is a 64-bit unsigned integer. This cannot be implemented as an instruction without increasing the number of memory channels. What we can do is create this as a chip and use it under the hood to implement several currently-unsupported instructions: SHIFT32, DIV32, MULHU, and MULHS. Add a unit test suite for this chip.

@morganthomas morganthomas self-assigned this Apr 5, 2024
@morganthomas morganthomas linked a pull request Apr 6, 2024 that will close this issue
@morganthomas morganthomas removed their assignment Apr 6, 2024
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 a pull request may close this issue.

1 participant