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

Broadcast filters #2509

Merged
merged 5 commits into from
Jun 10, 2020
Merged

Broadcast filters #2509

merged 5 commits into from
Jun 10, 2020

Conversation

terpstra
Copy link
Contributor

@terpstra terpstra commented Jun 8, 2020

This adds the ability to add Probe filters to the Broadcast coherence manager.

Type of change: feature request
Impact: API addition (no impact on existing code)
Development Phase: implementation

@terpstra terpstra requested a review from hcook June 8, 2020 23:48
val responseCache = filter.io.response.bits.cacheOH | filter.io.response.bits.allocOH
val responseCount = PopCount(todo)
val responseMSHR = UIntToOH(filter.io.response.bits.mshr, numTrackers).asBools
val sack = filter.io.response.fire() && leaveB && others =/= 0.U
Copy link
Member

Choose a reason for hiding this comment

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

what is sack

Copy link
Contributor Author

Choose a reason for hiding this comment

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

shared acknowledge.

@terpstra terpstra merged commit 8833176 into master Jun 10, 2020
@terpstra terpstra deleted the broadcast-filters branch June 10, 2020 00:53
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