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

Fix l2 SinkC #45

Merged
merged 2 commits into from
Aug 16, 2023
Merged

Fix l2 SinkC #45

merged 2 commits into from
Aug 16, 2023

Conversation

Ivyfeather
Copy link
Member

No description provided.

Previously io.c.ready is true when !hasData && io.task.ready
wishing that Release can be sent directly to ReqArb if io.task.ready

However, io.task.bits has taskArb.out as a higher priority option that prevents Release from being directly sent
In such case, we should not accept Release in the first place

(bug occurs when Release is accepted and allocated to an entry chosen by taskArb,
thus this entry is invalid at the next cycle, and Release kept by this entry is invalidated as well)
@Ivyfeather Ivyfeather requested review from wakafa1, linjuanZ and cailuoshan and removed request for wakafa1 August 16, 2023 10:01
@Ivyfeather Ivyfeather merged commit cbd1d46 into master Aug 16, 2023
1 check passed
@Ivyfeather Ivyfeather deleted the fix-l2-sinkC branch August 16, 2023 14:05
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