-
Notifications
You must be signed in to change notification settings - Fork 24
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 Logic and Fixed Point to Floating Point Conversion #116
Conversation
The component supports both normal and subnormal now. I will continue with documentation and configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!! Few small things then ready to merge I think
Resolved comments. |
PR ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
Description & Motivation
This PR introduces a new signal type
FixedPoint
for fixed point arithmetic, and adds a generic module that can convert a fixed-point input to floating-point output with rounding to nearest even.Related Issue(s)
Testing
Testing includes:
Backwards-compatibility
Not a braking change.
Documentation
Documentation added to
fixed_point.md
.