aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-03-26 13:23:11 -0700
committerGitHub <noreply@github.com>2024-03-26 13:23:11 -0700
commit4afba0de2a1f6d601ae223a5d3d9aa9154009da0 (patch)
treeeecba269c61086b882871ea680a154866c12a1c2
parent8abdb412f89661437482833757c6baf7f200e593 (diff)
parent9506a48407f00c68158842b64147f04b18f8aa36 (diff)
downloadriscv-isa-manual-riscv-isa-release-8abdb41-2024-03-26.zip
riscv-isa-manual-riscv-isa-release-8abdb41-2024-03-26.tar.gz
riscv-isa-manual-riscv-isa-release-8abdb41-2024-03-26.tar.bz2
Merge pull request #1290 from huxuan0307/patch-1riscv-isa-release-8abdb41-2024-03-26
Fix typo in sscofpmf.adoc
-rw-r--r--src/sscofpmf.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sscofpmf.adoc b/src/sscofpmf.adoc
index 101c15f..8ed0984 100644
--- a/src/sscofpmf.adoc
+++ b/src/sscofpmf.adoc
@@ -128,7 +128,7 @@ eventually overflow.
This extension adds the description of the LCOFIP/LCOFIE bits in these
registers (and modifies related text) as follows:
-LCOFIP is added to mip in <<mipreg-standard>> as bit 13. LCOFIP is added to mie in
+LCOFIP is added to mip in <<mipreg-standard>> as bit 13. LCOFIE is added to mie in
<<miereg-standard>> as bit 13.
If the Sscofpmf extension is implemented, bits mip.LCOFIP and mie.LCOFIE are
@@ -150,7 +150,7 @@ decreasing priority order: MEI, MSI, MTI, SEI, SSI, STI, LCOFI.
This extension adds the description of the LCOFIP/LCOFIE bits in these
registers (and modifies related text) as follows:
-LCOFIP is added to sip in <<sipreg-standard>> as bit 13. LCOFIP is added to sie in
+LCOFIP is added to sip in <<sipreg-standard>> as bit 13. LCOFIE is added to sie in
<<siereg-standard>> as bit 13.
If the Sscofpmf extension is implemented, bits sip.LCOFIP and sie.LCOFIE are
@@ -186,4 +186,4 @@ hcounteren) CSRs that mediate access to the hpmcounter CSRs by S-mode (or
VS-mode). In M and S modes, scountovf bit _X_ is readable when mcounteren bit
_X_ is set, and otherwise reads as zero. Similarly, in VS mode, scountovf bit
_X_ is readable when mcounteren bit _X_ and hcounteren bit _X_ are both set,
-and otherwise reads as zero. \ No newline at end of file
+and otherwise reads as zero.