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

Double multiplier rounding error #20

Closed
keguro opened this issue Oct 14, 2019 · 1 comment
Closed

Double multiplier rounding error #20

keguro opened this issue Oct 14, 2019 · 1 comment

Comments

@keguro
Copy link

keguro commented Oct 14, 2019

double_multiplier.v:228
"if (z_m == 53'hffffff) begin"
should be
"if (z_m == 53'h1fffffffffffff) begin"

@dawsonjon
Copy link
Owner

Thanks, I have added a fix.

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

No branches or pull requests

2 participants