-
Notifications
You must be signed in to change notification settings - Fork 298
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
Conversation
Add comparison operators (<, >, <=, >=)
remove blank line
Thanks! Can you add some tests to ? |
I have added a test to the file, please review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Do you need someone to hit the merge button for you? |
Yes, I need help merging my pull request. Thanks. |
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.) |
This reverts commit 919e7d3. Broke the PyCDE tests with: `TypeError: '<' not supported between instances of 'BitsSignal' and 'BitsSignal'.`
Thanks |
Fixed: #5653