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

FIFO reservation station #634

Merged
merged 8 commits into from
Apr 2, 2024
Merged

FIFO reservation station #634

merged 8 commits into from
Apr 2, 2024

Conversation

tilk
Copy link
Member

@tilk tilk commented Mar 28, 2024

This PR introduces a reservation station which returns instructions in the same order they were inserted. It's better than the one in #395 in that it doesn't subvert the RS protocol: the RS slot selection and the ready lists work the same as in a normal RS.

This kind of RS might be useful to improve the performance of DummyLSU.

Also: I consider removing all the single-method tests of RS which inspect its internal state.

@tilk tilk added the enhancement New feature or request label Mar 28, 2024
@tilk tilk mentioned this pull request Mar 29, 2024
2 tasks
@tilk tilk merged commit 8c6128b into master Apr 2, 2024
8 checks passed
@tilk tilk deleted the tilk/fifo-rs branch April 2, 2024 15:19
github-actions bot pushed a commit that referenced this pull request Apr 2, 2024
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
None yet
Development

Successfully merging this pull request may close these issues.

3 participants