-
Notifications
You must be signed in to change notification settings - Fork 299
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
[MooreToCore] Support pow op #7626
Comments
We already have canonicalizers and folders that cover the simple cases here: circt/lib/Dialect/Moore/MooreOps.cpp Lines 1131 to 1197 in 337dad5
The folders are automatically called during Dialect Conversion, the canonicalization aren't. @fabianschuiki How should the |
👍 We could start out with a pretty dumb iterative approach? Maybe an |
Add support for the
moore.pow*
ops in MooreToCore: https://chipsalliance.github.io/sv-tests-results/?v=circt_verilog+11.4.3+binary_op_powThe text was updated successfully, but these errors were encountered: