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

timing(MMIOBridge, TL2CHICoupledL2): optimize PCredit timing #236

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

linjuanZ
Copy link
Member

@linjuanZ linjuanZ commented Sep 8, 2024

This commit optimizes timing by:

  • adding a pipeline stage to update PCrdValids
  • adding a pipeline stage to arbitrate PCredits to all the slices
  • always being ready for RXRSP responses

This commit optimizes timing by:
* adding a pipeline stage to update `PCrdValids`
* adding a pipeline stage to arbitrate PCredits to all the slices
* always being ready for RXRSP responses
When two PCrdGrants are received consecutively at s0 and s1, the
PCrdGrant at s1 should be carefully handled and not allocated into the
same entry as PCrdGrant at s0.
@linjuanZ linjuanZ marked this pull request as ready for review September 11, 2024 09:11
@linjuanZ linjuanZ merged commit 084df8f into master Sep 11, 2024
1 check passed
@linjuanZ linjuanZ deleted the timing-pcrd branch September 11, 2024 09:16
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