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

stream_join_dynamic: Assert inp readies only for selected streams #236

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

ricted98
Copy link
Contributor

@ricted98 ricted98 commented Sep 30, 2024

Observed behavior: a successful handshake on the output ports asserts ready=1 on all input ports regardless of sel_i selection. This leads to unwanted handshakes on the input channels which have valid=1 but are not selected. This PR proposes a simple fix to ensure only selected input channels observe ready=1.

@ricted98 ricted98 requested a review from colluca September 30, 2024 13:39
@ricted98 ricted98 self-assigned this Sep 30, 2024
@ricted98 ricted98 requested a review from niwis September 30, 2024 13:39
Copy link
Contributor

@colluca colluca left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @ricted98 :)

Copy link
Collaborator

@niwis niwis left a comment

Choose a reason for hiding this comment

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

Thanks @ricted98!

@niwis niwis merged commit cc0ff76 into master Oct 4, 2024
5 checks passed
@niwis niwis deleted the rt/stream-ips branch October 4, 2024 01:10
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