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 Co-authored-by: Charly Castes <charly.castes@epfl.ch>
- Loading branch information