Skip to content

back.rtlil: refactor to use intermediate structures. #1278

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

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

wanda-phi
Copy link
Member

Fixes #1100.

@wanda-phi wanda-phi requested a review from whitequark as a code owner April 4, 2024 00:06
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

Attention: Patch coverage is 94.68439% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 90.85%. Comparing base (262e24b) to head (4aed0b3).

Files Patch % Lines
amaranth/back/rtlil.py 94.68% 14 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1278      +/-   ##
==========================================
+ Coverage   89.52%   90.85%   +1.32%     
==========================================
  Files          44       44              
  Lines       10480    10558      +78     
  Branches     2560     2575      +15     
==========================================
+ Hits         9382     9592     +210     
+ Misses        891      776     -115     
+ Partials      207      190      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@whitequark whitequark left a comment

Choose a reason for hiding this comment

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

Thanks!

@whitequark whitequark enabled auto-merge April 4, 2024 00:54
@whitequark whitequark added this to the 0.5 milestone Apr 4, 2024
@whitequark whitequark added this pull request to the merge queue Apr 4, 2024
Merged via the queue into amaranth-lang:main with commit 2d59242 Apr 4, 2024
@wanda-phi wanda-phi deleted the rtlil-struct branch April 4, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Refactor back.rtlil to convert Amaranth IR structures to Yosys IR structures
2 participants