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

[binder] Support constructing integers larger than 64 bits #3974

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

SpriteOvO
Copy link
Member

@SpriteOvO SpriteOvO commented Apr 6, 2024

Fixes #3963, upstream PR: llvm/circt#6893

This PR fixes the first problem in the issue mentioned above, for the second one, it seems to be just the style of output from CIRCT that doesn't affect the final result and there's nothing we can do about it from Chisel side.

@SpriteOvO SpriteOvO requested a review from sequencer April 6, 2024 21:09
Copy link
Member

@sequencer sequencer left a comment

Choose a reason for hiding this comment

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

LGTM merge it when ci is green

@SpriteOvO SpriteOvO changed the base branch from main to ci/ci-circt-nightly April 7, 2024 11:17
@seldridge seldridge added the No Release Notes Exclude from release notes, consider using Internal instead label Apr 8, 2024
@sequencer
Copy link
Member

please rebase

@sequencer sequencer merged commit 120aa43 into ci/ci-circt-nightly Apr 8, 2024
12 checks passed
@sequencer sequencer deleted the binder-large-integer branch April 8, 2024 22:03
@jackkoenig
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Release Notes Exclude from release notes, consider using Internal instead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Binder] Generate wrong IR in some cases of SInt
4 participants