Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Before this fix, the branch signal was qualified by the illegal instruction signal and the illegal csr signal. - This patch removes both of these since the decoder already masks branches with illegal isntruction, and a branch cannot be a CSR op. - This improves the worst path in the design significantly without the branch target ALU. Signed-off-by: Tom Roberts <[email protected]>
- Loading branch information