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

[PyCDE] Add implemented of comparison operators #5654

Merged
merged 3 commits into from
Jul 24, 2023

Conversation

Dragon-Git
Copy link
Contributor

Fixed: #5653

Add comparison operators (<, >, <=, >=)
remove blank line
@teqdruid
Copy link
Contributor

Thanks!

Can you add some tests to

?

@teqdruid teqdruid added the PyCDE Python CIRCT Design Entry API label Jul 21, 2023
@Dragon-Git
Copy link
Contributor Author

Thanks!

Can you add some tests to

?

I have added a test to the file, please review it.

@Dragon-Git Dragon-Git changed the title [pycde] Add implemented of comparison operators [PyCDE] Add implemented of comparison operators Jul 23, 2023
Copy link
Contributor

@teqdruid teqdruid left a comment

Choose a reason for hiding this comment

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

Thanks!

@teqdruid
Copy link
Contributor

Do you need someone to hit the merge button for you?

@Dragon-Git
Copy link
Contributor Author

Yes, I need help merging my pull request. Thanks.

@teqdruid teqdruid merged commit 919e7d3 into llvm:main Jul 24, 2023
5 checks passed
@teqdruid
Copy link
Contributor

You can request access https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access now that you've got some code in circt. Please read all of that document (though not all of it applies to circt.)

teqdruid added a commit that referenced this pull request Jul 24, 2023
This reverts commit 919e7d3.

Broke the PyCDE tests with: `TypeError: '<' not supported between
instances of 'BitsSignal' and 'BitsSignal'.`
@Dragon-Git
Copy link
Contributor Author

You can request access https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access now that you've got some code in circt. Please read all of that document (though not all of it applies to circt.)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyCDE Python CIRCT Design Entry API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pycde] Unimplemented of comparison operators
2 participants