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

Floating Point Arithmetic Blocks #28

Open
jjm469 opened this issue Sep 10, 2023 · 1 comment
Open

Floating Point Arithmetic Blocks #28

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

Comments

@jjm469
Copy link
Contributor

jjm469 commented Sep 10, 2023

ADD DESCRIPTION

@UnsignedByte UnsignedByte added the I: Block Internal: Represents a verilog block for the IP label Sep 11, 2023
@UnsignedByte
Copy link
Contributor

We would like to have a thoroughly tested (possibly using berkeley's hardfloat module) floating point library for at least the basic operations of +, -, *, and /. There are some helpful tutorials here that could help with implementation.

I would recommend starting with multiplication, as it is the easiest to implement in floating point (with division being pretty similar). I would also recommend first making combinational versions (possibly in a CombFloat IP) before looking into pipelined and latency insensitive designs.

@mattielee mattielee self-assigned this Sep 17, 2023
@VickyLe03 VickyLe03 self-assigned this Sep 24, 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