You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ot] hw/opentitan: ot_keymgr: Model KMAC_DONE and KMAC_OUT faults
Though we likely wouldn't expect to see either of these faults in QEMU
when everything is working, modeling these faults helps both more
closely align with the actual HW, and should help debugging the QEMU
model if errors do occur (e.g a KMAC issue could manifest as a
`KMAC_OUT` fault in the `keymgr`, aiding in debugging).
Signed-off-by: Alex Jones <[email protected]>
0 commit comments