-
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
Integer divider #87
Integer divider #87
Conversation
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.
nice implementation!
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.
I'm excited to see another component builder factoring out components for ROHD-HCL!
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 good! Nice!
Description & Motivation
A parametrizable (operand + result width) integer divider. Can be used in computational units like an ALU.
Related Issue(s)
N/A
Testing
Added a new test suite for the divider in which both directed and pseudo random tests are executed (can fix the seed for reproducibility).
Backwards-compatibility
No - fully backwards compatible as it an addition to the repository.
Documentation
Included in the doc subdirectory as a new subdocument.