WFI resumes execution unconditionally on supervisor external interrupt #2730
Labels
notCV32A65X
It is not an CV32A65X issue
Type:Bug
For bugs in the RTL, Documentation, Verification environment or Tool and Build system
When the core is stalling due to a
wfi
, the execution is resumed if a supervisor external interrupt is raised, regardless of the respective enable bit inMIE
.PR #765 already addressed this issue for other interrupt lines, but this specific one was left out. Is there any reason for this? Otherwise, I would see the same limitations mentioned in that PR.
cva6/core/csr_regfile.sv
Lines 2362 to 2365 in 45aa060
The text was updated successfully, but these errors were encountered: