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

Make AMBA package importing explicit #3592

Merged

Conversation

lordspacehog
Copy link
Contributor

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes
Updates AMBA to use standalone diplomacy module directly.

Fixes a small issue with builds using chisel source for diplomacy module.

Updates AMBA to use standalone diplomacy module directly.

Fixes a small issue with builds using chisel source for diplomacy
module.
Copy link
Contributor

@jerryz123 jerryz123 left a comment

Choose a reason for hiding this comment

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

I can't comment on the mill changes, but the import package name change looks good.

Side note: we should probably run some linter to discard unused imports at some point.

@lordspacehog lordspacehog requested a review from sequencer March 18, 2024 22:50
@lordspacehog
Copy link
Contributor Author

Agreed. I'm trying to fold in moving from wildcard imports to qualified imports in these changes to at least make things a little more traceable. once i get these all in, i'd love to decide on a set of scalafmt and scalafix rules to apply to the repo as well.

@sequencer sequencer changed the title Port AMBA to standalone diplomacy Make AMBA package importing explicit Mar 18, 2024
Copy link
Member

@sequencer sequencer left a comment

Choose a reason for hiding this comment

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

I changed PR name to "Make AMBA package importing explicit"

@sequencer
Copy link
Member

Side note: we should probably run some linter to discard unused imports at some point.

I propose adding scalafix

@lordspacehog
Copy link
Contributor Author

I plan to try and push through the rest of these import updates this week, after that i'll do a separate PR adding scalafix to the build.

@jerryz123 jerryz123 merged commit b33b8dd into chipsalliance:dev Mar 19, 2024
26 checks passed
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