aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuxuan0307 <39661208+huxuan0307@users.noreply.github.com>2024-03-26 18:57:30 +0800
committerGitHub <noreply@github.com>2024-03-26 18:57:30 +0800
commit9506a48407f00c68158842b64147f04b18f8aa36 (patch)
treee5da8e37895deeef1f4e944628f947f986b9e1da
parentb3ee62f3e9c15ff50df8438c43e0c474f6d22b8e (diff)
downloadriscv-isa-manual-9506a48407f00c68158842b64147f04b18f8aa36.zip
riscv-isa-manual-9506a48407f00c68158842b64147f04b18f8aa36.tar.gz
riscv-isa-manual-9506a48407f00c68158842b64147f04b18f8aa36.tar.bz2
Fix typo in sscofpmf.adoc
Signed-off-by: huxuan0307 <39661208+huxuan0307@users.noreply.github.com>
-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.