Skip to content
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

feat(chisel): add bit size information to int & uint types #6620

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

clabby
Copy link
Contributor

@clabby clabby commented Dec 18, 2023

Overview

Now that we have alloy, chisel can display information about the size of uint / int types.

Screenshot 2023-12-18 at 1 23 44 PM

Metadata
closes #5705

Copy link
Member

@Evalir Evalir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ty sir!

@Evalir Evalir merged commit 73fb616 into foundry-rs:master Dec 18, 2023
19 checks passed
@clabby clabby deleted the cl/chisel-uint-bitlen branch December 18, 2023 19:35
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

Successfully merging this pull request may close these issues.

In Chisel, return the specific type of the integer instead of Type: uint
3 participants