priv_mode/virt_mode are set in the request, which is passed through
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 3 Dec 2021 19:35:41 +0000 (19:35 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 3 Dec 2021 19:35:41 +0000 (19:35 +0000)
commitc4241ff0fcbf0a29a3c02f5de53df88b2dc658db
treedb12a985a0c4e4a29ba9c0f30ef95f0aa7a15a41
parent489b812d1f9ab5a060154c5fc0412dc85c0c2bd2
priv_mode/virt_mode are set in the request, which is passed through
to the MMU, via the PortInterface "pr" parameter.

MMU should not itself be attempting to set d_in.priv_mode/virt_mode

this fixes case_5_ldst_exception
src/soc/fu/ldst/loadstore.py
src/soc/fu/mmu/fsm.py