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

Convert ForceNamesSpec to use MFC #2988

Merged
merged 3 commits into from
Feb 9, 2023
Merged

Conversation

seldridge
Copy link
Member

Change the ForceNamesSpec, a test of the forceName Chisel API, to use the MFC instead of the SFC. This requires deleting all tests forcing component names as this is not supported by the MFC.

Signed-off-by: Schuyler Eldridge [email protected]

This PR is stacked on #2987 which deprecates the APIs whose tests are removed here.

Deprecate implementation details related to the loadMemoryFromFile API.
Specifically, deprecate the Chisel-level annotation and the SFC
transform while preserving the Chisel APIs.  The Annotation will, after
Chisel 3.6 be made private and the transform will be deleted.

Signed-off-by: Schuyler Eldridge <[email protected]>
Deprecate forceName APIs on components.  These are only supported on
modules/instances in the MFC.  (This could be revived in the future if
desired.)

Deprecate the ForceNamesTransform.  This doesn't need to be public given
that the forceName Chisel API is available to users.

Signed-off-by: Schuyler Eldridge <[email protected]>
Change the ForceNamesSpec, a test of the forceName Chisel API, to use
the MFC instead of the SFC.  This requires deleting all tests forcing
component names as this is not supported by the MFC.

Signed-off-by: Schuyler Eldridge <[email protected]>
Copy link
Contributor

@mwachs5 mwachs5 left a comment

Choose a reason for hiding this comment

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

have we deprecated / give a runtime deprecation error for the functionalities that don't work?

Base automatically changed from dev/seldridge/deprecate-forceName-on-component to master February 9, 2023 17:52
@seldridge seldridge marked this pull request as ready for review February 9, 2023 17:55
@seldridge
Copy link
Member Author

have we deprecated / give a runtime deprecation error for the functionalities that don't work?

Yep! Added in the previous PR in this stack.

@seldridge seldridge merged commit b7a2874 into master Feb 9, 2023
@seldridge seldridge deleted the dev/seldridge/mfc-ForceNamesSpec branch February 9, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants