Skip to content

mmu: zero-extend paddr to match tval width

Eclipse Webmaster requested to merge github/fork/niwis/mmu-exception-width into master

Created by: niwis

exception_t.tval is XLEN, while *_paddr is only PLEN wide. This results in an overflow of cause into tval and wrong exception information. Therefore, zero-extend physical addresses when assigned to lsu_exception_o.tval.

Merge request reports

Loading