Skip to content
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

Deprecate all Injecting Aspect Code #4415

Merged
merged 4 commits into from
Sep 27, 2024

Conversation

seldridge
Copy link
Member

@seldridge seldridge commented Sep 26, 2024

Deprecate injecting aspect code as of Chisel 6.6.0. These were planned to be deprecated some time ago (see ROADMAP.md). However, these had a long user in @sequencer. He is now off of these and there is nothing blocking their removal.

I will follow this with a commit to remove these from main for Chisel 7.

For similar, verification-focused functionality can be selectively added to the circuit, use layers.

Release Notes

Deprecate injecting aspects as of Chisel 6.6.0 and plan for removal in Chisel 7.

Deprecate injecting aspect code as of Chisel 6.6.0.  These were planned to
be deprecated some time ago (see ROADMAP.md).  However, these had a long
user in @sequencer.  He is now off of these and there is nothing blocking
their removal.

I will follow this with a commit to remove these from `main` for Chisel 7.

For similar, verification-focused functionality can be selectively added
to the circuit, use layers.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Copy link
Contributor

@jackkoenig jackkoenig left a comment

Choose a reason for hiding this comment

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

LGTM

@seldridge seldridge added this to the 6.x milestone Sep 26, 2024
@seldridge seldridge enabled auto-merge (squash) September 27, 2024 00:11
@seldridge seldridge merged commit d292a5e into main Sep 27, 2024
15 checks passed
@seldridge seldridge deleted the dev/seldridge/deprecate-injecting-aspects branch September 27, 2024 00:17
@mergify mergify bot added the Backported This PR has been backported label Sep 27, 2024
mergify bot pushed a commit that referenced this pull request Sep 27, 2024
Deprecate injecting aspect code as of Chisel 6.6.0.  These were planned to
be deprecated some time ago (see ROADMAP.md).  However, these had a long
user in @sequencer.  He is now off of these and there is nothing blocking
their removal.

I will follow this with a commit to remove these from `main` for Chisel 7.

For similar, verification-focused functionality can be selectively added
to the circuit, use layers.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
(cherry picked from commit d292a5e)

# Conflicts:
#	build.sbt
seldridge pushed a commit that referenced this pull request Sep 27, 2024
Deprecate injecting aspect code as of Chisel 6.6.0.  These were planned to
be deprecated some time ago (see ROADMAP.md).  However, these had a long
user in @sequencer.  He is now off of these and there is nothing blocking
their removal.

For similar, verification-focused functionality can be selectively added
to the circuit, use layers.

(cherry picked from commit d292a5e)

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
debs-sifive pushed a commit that referenced this pull request Oct 15, 2024
Deprecate injecting aspect code as of Chisel 6.6.0.  These were planned to
be deprecated some time ago (see ROADMAP.md).  However, these had a long
user in @sequencer.  He is now off of these and there is nothing blocking
their removal.

I will follow this with a commit to remove these from `main` for Chisel 7.

For similar, verification-focused functionality can be selectively added
to the circuit, use layers.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Modification Backported This PR has been backported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants