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

Fixed Point Sqrt block #29

Open
UnsignedByte opened this issue Sep 11, 2023 · 1 comment
Open

Fixed Point Sqrt block #29

UnsignedByte opened this issue Sep 11, 2023 · 1 comment
Assignees
Labels
I: Block Internal: Represents a verilog block for the IP

Comments

@UnsignedByte
Copy link
Contributor

As the name suggests, we should probably implement Sqrt for #27 to be doable. Newton–Raphson's method is a good place to start, and we could also likely implement this with an LUT coupled with a couple Newton-Raphson rounds.

This paper Also gives a good overview on using a Cartesian Genetic Algorithm to generate circuits that perform well in comparison to common existing methods. We likely won't do something like this, but it provides a good overview of how some of the other more standard methods perform in comparison.

@UnsignedByte UnsignedByte added the I: Block Internal: Represents a verilog block for the IP label Sep 11, 2023
@jjm469 jjm469 self-assigned this Sep 13, 2023
@jjm469
Copy link
Contributor

jjm469 commented Sep 20, 2023

@tomaschoi03 tomaschoi03 self-assigned this Oct 9, 2023
@sts200 sts200 self-assigned this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: Block Internal: Represents a verilog block for the IP
Projects
None yet
Development

No branches or pull requests

4 participants