Skip to content

FIFO reservation station#634

Merged
tilk merged 8 commits intomasterfrom
tilk/fifo-rs
Apr 2, 2024
Merged

FIFO reservation station#634
tilk merged 8 commits intomasterfrom
tilk/fifo-rs

Conversation

@tilk
Copy link
Copy Markdown
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
@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