Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in sscofpmf.adoc #1290

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/sscofpmf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
and otherwise reads as zero.
Loading