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

Optimize decoder load stores #369

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

francois141
Copy link
Collaborator

No description provided.

@francois141 francois141 requested a review from CharlyCst January 4, 2025 09:29
The hardware implicitly decodes part of the instruction for us by
telling which kind of exception we have. Therefore, we don't need to
decode the opcode in the decoder and this optimization let us win a few
cycles and make the formal verification a bit easier


Co-authored-by: Charly Castes <charly.castes@epfl.ch>
@CharlyCst CharlyCst force-pushed the optimize-decoder-load-stores branch from 7eeb19b to a582a36 Compare January 9, 2025 16:33
@CharlyCst CharlyCst merged commit b112e82 into main Jan 9, 2025
1 check passed
@CharlyCst CharlyCst deleted the optimize-decoder-load-stores branch January 9, 2025 16:56
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