-
Notifications
You must be signed in to change notification settings - Fork 33
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
Unum number format PoC #1
Comments
A basic PoC is now implemented in the feature/unum branch, but it's not fully functional yet. |
We need to make the Unum type immutable. |
The PoC is done and works with Hastlayer, but not yet public. If you'd like to get access, let us know. Also, we've shifted focus on Posits for floating point support: #21. |
Piedone
added a commit
that referenced
this issue
Nov 20, 2020
HAST-155: Vitis communication library
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implementing an Unum (http://www.johngustafson.net/unums.html) proof of concept: the number type and an example using it, all transformable with Hastlayer (if necessary, improving the transformer).
The text was updated successfully, but these errors were encountered: