Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmu: Latch misaligned exception to fix misattribution (#2798)
The load and store units sample the MMU exception one cycle after `dtlb_hit` is asserted. However, misaligned exceptions are currently fed through the MMU, potentially attributing a misaligned exception to the *preceding* instruction. Fix this by latching the misaligned exception. Signed-off-by: Nils Wistoff <[email protected]> Co-authored-by: JeanRochCoulon <[email protected]>
- Loading branch information