Skip to content

Change binary representations to hexadecimal from binary #61

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

Open
hannes-steffenhagen-diffblue opened this issue Nov 12, 2018 · 0 comments

Comments

@hannes-steffenhagen-diffblue
Copy link
Contributor

As of the merging of this PR, bitvectors in CBMC are now represented as hexadecimal, so we need to update our bitvector generation (Uint_To_Binary and Ureal_To_Binary in particular) to produce a hex representation. Could be most easily achieved by simply taking the existing *_To_Binary functions and wrapping them with a Binary_To_Hex function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant