Skip to content

Deprecate Convert phase#5258

Merged
jackkoenig merged 1 commit intomainfrom
jackkoenig/deprecate-convert-phase
Apr 3, 2026
Merged

Deprecate Convert phase#5258
jackkoenig merged 1 commit intomainfrom
jackkoenig/deprecate-convert-phase

Conversation

@jackkoenig
Copy link
Copy Markdown
Contributor

It was already deprecated to use the converted FIRRTL IR, but users could avoid the deprecation message in some circumstances by using the phase directly.

Contributor Checklist

  • Did you add Scaladoc to every public function/method?
  • Did you add at least one test demonstrating the PR?
  • Did you delete any extraneous printlns/debugging code?
  • Did you specify the type of improvement?
  • Did you add appropriate documentation in docs/src?
  • Did you request a desired merge strategy?
  • Did you add text to be included in the Release Notes for this change?

Type of Improvement

  • API deprecation

Desired Merge Strategy

  • Squash

Release Notes

Use ElaboratedCircuit instead.

Reviewer Checklist (only modified by reviewer)

  • Did you add the appropriate labels? (Select the most appropriate one based on the "Type of Improvement")
  • Did you mark the proper milestone (Bug fix: 3.6.x, 5.x, or 6.x depending on impact, API modification or big change: 7.0)?
  • Did you review?
  • Did you check whether all relevant Contributor checkboxes have been checked?
  • Did you do one of the following when ready to merge:
    • Squash: You/ the contributor Enable auto-merge (squash) and clean up the commit message.
    • Merge: Ensure that contributor has cleaned up their commit history, then merge with Create a merge commit.

@jackkoenig jackkoenig requested a review from seldridge April 2, 2026 23:07
@jackkoenig jackkoenig added the Deprecation Deprecates an API, will be included in release notes label Apr 2, 2026
It was already deprecated to use the converted FIRRTL IR, but users
could avoid the deprecation message in some circumstances by using the
phase directly.
@jackkoenig jackkoenig force-pushed the jackkoenig/deprecate-convert-phase branch from abdf322 to 13dd411 Compare April 2, 2026 23:41
Comment thread build.mill
"cat=deprecation&origin=chisel3\\.experimental\\.IntrinsicModule:s",
"cat=deprecation&origin=chisel3\\.ltl.*:s",
"cat=deprecation&origin=chisel3\\.InstanceId:s",
"cat=deprecation&origin=chisel3\\.stage\\.phases\\.Convert:s",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Instead of allowing the deprecation, could we remove the usages of this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It would be a functional change, I think we should just do it when we start on 8

@jackkoenig jackkoenig merged commit 6f83771 into main Apr 3, 2026
28 checks passed
@jackkoenig jackkoenig deleted the jackkoenig/deprecate-convert-phase branch April 3, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deprecation Deprecates an API, will be included in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants