-
Notifications
You must be signed in to change notification settings - Fork 6
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
Finalize RegisterPack implementation #12
Comments
This now relies on a is_aligned implementation. This will needs to be adapted once register width is defined through an enumeration. See #12.
Register sizes are now represented by an enumeration type. This limits the possibility to typeset unsupported register sizes, and make the interface easier to read. See #12.
In 8cdc893 the following is now available:
|
@hak8or can you take a look at the quick start and API documentation; just want to be sure it is clear and without (too much) mistakes/typos. The only items left are those related to naming and how we express sizes ... any input is welcome. |
So the documentation have been updated and is now consistent with the current implementation. Since all seems fine with the interface (bits vs bytes and naming) I am closing this issue and will merge to master. |
(This issue is a continuation of the discussions and suggestions in #7)
Before merging the register pack implementation the following items need to be decided:
The text was updated successfully, but these errors were encountered: