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

fround* bug Fix #1044

Merged
merged 2 commits into from
Oct 30, 2024
Merged

fround* bug Fix #1044

merged 2 commits into from
Oct 30, 2024

Conversation

coreyqh
Copy link
Contributor

@coreyqh coreyqh commented Oct 30, 2024

Arithmetic right shift was being performed as a logical shift. Used the $signed() function to cause the initial value to be interpreted as signed, ensuring the MSB is copied into the upper bits, as intended.

Resolves issue #1025

@davidharrishmc davidharrishmc merged commit 703d6c1 into openhwgroup:main Oct 30, 2024
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.

2 participants