Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ECALL and EBREAK instructions have distinct mcause values and are not considered illegal instructions. Since they trigger different types of traps, they do not require decoding in our decoder for illegal instructions. As a result, we can safely remove them from the instruction decoder.
- Loading branch information