mmu: zero-extend paddr to match tval width
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
.