-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PerformanceFix: Remove opcode decoding from the decoder
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
- Loading branch information
1 parent
3ed856f
commit 7eeb19b
Showing
3 changed files
with
174 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.