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

DI unit balanced port allocation fix #431

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

FinnWilkinson
Copy link
Contributor

Currently, the dispatch issue unit will get one port allocation and if the attached Reservation station is full or has exhausted its dispatch rate for that cycle, the port will be unallocated and a stall will occur.

Given many instructions can have multiple ports to go to, we should be cycling through all legal ports and seeing if an instruction can be accepted into any of its reservation stations. This PR makes such a change and improves & balances the port / reservation station utilisation.

…port allocation failure but instead cycling through all possible RSs.
@FinnWilkinson FinnWilkinson added the enhancement New feature or request label Sep 19, 2024
@FinnWilkinson FinnWilkinson self-assigned this Sep 19, 2024
Copy link
Contributor

@jj16791 jj16791 left a comment

Choose a reason for hiding this comment

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

Looks good but we should make sure there's no performance overhead given the more complex logic could be triggered every cycle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ToDo
Development

Successfully merging this pull request may close these issues.

4 participants