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

Update APBtoTL scala to not flip apb address when doing conversion #3634

Merged
merged 1 commit into from
May 30, 2024

Conversation

Kevin99214
Copy link
Contributor

Type of change: bug report

Impact: no functional change

Development Phase: implementation

Release Notes
APB address is getting bitwise flipped to get TL address which then immediately fails the assertion below that checks they are the same.
when (out.a.fire) { assert(in.paddr === out.a.bits.address, "Do not expect to have to perform alignment in APB2TL Conversion") }

Reverts line back to before commit #3059

APB address is getting bitwise flipped to get TL address which then immediately fails the assertion that checks they are the same. Revert line that does the flip to previous version.
@Kevin99214 Kevin99214 closed this May 22, 2024
@Kevin99214 Kevin99214 reopened this May 22, 2024
@Kevin99214
Copy link
Contributor Author

Kevin99214 commented May 22, 2024

Sorry for closing and re-opening, thought I was mistaken

@Kevin99214 Kevin99214 changed the base branch from master to dev May 23, 2024 16:12
@jerryz123 jerryz123 merged commit d9a3d99 into chipsalliance:dev May 30, 2024
50 checks passed
@Kevin99214 Kevin99214 deleted the APBToTLfix branch June 12, 2024 16:42
@Kevin99214 Kevin99214 restored the APBToTLfix branch June 12, 2024 16:42
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.

2 participants