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
The read value of mip should only depend on the two bits, VSEIP and VSTIP of hvip.
This PR fix the read value of CSR mip when Sscofpmf extension enabled.
After implementing the Sscofpmf extension, hvip.LCOFIP became writable.
This caused an issue where the entire value of hvip was OR-ed when reading mip.
I revise the mip read logic to make it depend only on the hvip.VSEIP and hvip.VSTIP bits.
Co-authored-by: Zhaoyang You <[email protected]>
0 commit comments