Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TLB): fix exception judgement condition (#3629)
A TLB query requires two cycles, the first (s0) to receive the req and the second (s1) to return the result. pre exception checking will be done on the first cycle, so should use `vmenable` and `s2xlateEnable` of the first cycle.
- Loading branch information