Skip to content

Conversation

@copybara-service
Copy link

[codegen 1.5] Gate receive data based on predicate and valid signals.

When gate_recvs is enabled, the data output of a receive operation is gated. The gate condition is the logical AND of the receive's predicate (if present) and the channel's valid signal (if the receive is non-blocking). If the gate condition is false, the receive data is zero'd out for a forced match with simulated behavior.

@copybara-service copybara-service bot force-pushed the test_849163226 branch 4 times, most recently from bccbc06 to 4cbabcf Compare January 2, 2026 16:08
When `gate_recvs` is enabled, the data output of a receive operation is gated. The gate condition is the logical AND of the receive's predicate (if present) and the channel's valid signal (if the receive is non-blocking). If the gate condition is false, the receive data is zero'd out for a forced match with simulated behavior.

PiperOrigin-RevId: 851354172
@copybara-service copybara-service bot merged commit ab254ea into main Jan 2, 2026
@copybara-service copybara-service bot deleted the test_849163226 branch January 2, 2026 16:44
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.

1 participant