-
Notifications
You must be signed in to change notification settings - Fork 23
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
[CompileGuard] Fix CompileGuardSelect #1294
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1294 +/- ##
==========================================
+ Coverage 85.83% 85.87% +0.03%
==========================================
Files 164 164
Lines 17544 17567 +23
==========================================
+ Hits 15059 15085 +26
+ Misses 2485 2482 -3
|
m.compile(f"build/{basename}", _Top, inline=True) | ||
assert m.testing.check_files_equal( | ||
__file__, f"build/{basename}.v", f"gold/{basename}.v" | ||
) |
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.
Should we update these to use mlir/mlir-verilog instead of coreir? Will save us doing it in the future.
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.
Will do these in a follow up PR.
See #1291. Fixes two-key case (previously unsupported), and adds and refactors tests.
2e5e2a9
to
b8f9456
Compare
Addresses #1291.