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
Issue:
Reading and writing (i.e. csr_swap) the CSR SATP register in the same operation will result in a 0 being returned regardless of the current SATP register contents.
Normally just writing the register, or just reading the register is fine.
This occurs due to the pipeline flush caused by this event which assumes it can squash the writeback result.
This is a fairly low priority issue as RISC-V Linux port does not try to do this operation.
The text was updated successfully, but these errors were encountered:
Issue:
Reading and writing (i.e. csr_swap) the CSR SATP register in the same operation will result in a 0 being returned regardless of the current SATP register contents.
Normally just writing the register, or just reading the register is fine.
This occurs due to the pipeline flush caused by this event which assumes it can squash the writeback result.
This is a fairly low priority issue as RISC-V Linux port does not try to do this operation.
The text was updated successfully, but these errors were encountered: