Closed kimmeljo closed 2 months ago
A parametrizable (operand + result width) integer divider. Can be used in computational units like an ALU.
N/A
Added a new test suite for the divider in which both directed and pseudo random tests are executed (can fix the seed for reproducibility).
Is this a breaking change that will not be backwards-compatible? If yes, how so?
No - fully backwards compatible as it an addition to the repository.
Does the change require any updates to documentation? If so, where? Are they included?
Included in the doc subdirectory as a new subdocument.
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.