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

AXI4Deinterleaver: fix bug introduced in #2642 #2652

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

terpstra
Copy link
Contributor

@terpstra terpstra commented Oct 2, 2020

We cannot use '<>' due to the usual chisel3 bug with both sides wires.
To appease ':<>', the types must be identical, so we need a cast.

Type of change: bug report
Impact: no functional change
Development Phase: implementation

We cannot use '<>' due to the usual chisel3 bug with both sides wires.
To appease ':<>', the types must be identical, so we need a cast.
@terpstra terpstra requested a review from jackkoenig October 2, 2020 16:04
@terpstra terpstra merged commit d894612 into master Oct 2, 2020
@terpstra terpstra deleted the fix-deinterleaver-bypass branch October 2, 2020 17:55
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