-
Notifications
You must be signed in to change notification settings - Fork 178
back.{verilog,rtlil}: in convert(), accept a Component without ports #886
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #886 +/- ##
==========================================
- Coverage 83.90% 83.79% -0.12%
==========================================
Files 53 54 +1
Lines 7588 7651 +63
Branches 1839 1860 +21
==========================================
+ Hits 6367 6411 +44
- Misses 1025 1042 +17
- Partials 196 198 +2
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
While testing this, I ran into some issues getting
This results in the following output:
Notice that the top-level port |
eda5669
to
bffaafc
Compare
@cr1901 Should be working now! |
Can confirm it's working on my end now, on the exact same commit :). |
Thanks! |
Fixes #883.
Depends on amaranth-lang/rfcs#25.