Skip to content

back.rtlil: Remove code allowing internal yosys cells in Instance. #1161

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
Feb 27, 2024

Conversation

wanda-phi
Copy link
Member

This was allowed only because Amaranth used it internally. Now that all uses are gone, let's just disallow it entirely.

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

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

Project coverage is 87.37%. Comparing base (6dc7c27) to head (d4b45f3).

Files Patch % Lines
amaranth/back/rtlil.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1161      +/-   ##
==========================================
+ Coverage   87.34%   87.37%   +0.03%     
==========================================
  Files          43       43              
  Lines        8632     8629       -3     
  Branches     2044     2043       -1     
==========================================
  Hits         7540     7540              
+ Misses        901      899       -2     
+ Partials      191      190       -1     

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

This was allowed only because Amaranth used it internally. Now that
all uses are gone, let's just disallow it entirely.
@wanda-phi wanda-phi force-pushed the public-instance-only branch from 65e6914 to d4b45f3 Compare February 27, 2024 10:29
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.

Let's go! 🔥

@whitequark whitequark enabled auto-merge February 27, 2024 10:31
@whitequark whitequark added this pull request to the merge queue Feb 27, 2024
Merged via the queue into amaranth-lang:main with commit 1cb9d43 Feb 27, 2024
@wanda-phi wanda-phi deleted the public-instance-only branch February 27, 2024 10:41
@whitequark whitequark added this to the 0.5 milestone Mar 19, 2024
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.

2 participants