aboutsummaryrefslogtreecommitdiff
path: root/src/counters.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-04 11:55:20 -0500
committerBill Traynor <wmat@riscv.org>2023-01-04 11:55:20 -0500
commita8e4d988f94377ccb17a09c971cc9b875831e813 (patch)
treeb097e1b6bf76a519356da9317b22bfb440d00f6b /src/counters.adoc
parent352eef1948b887ed9c10b4cf77bc664c00eab3f5 (diff)
downloadriscv-isa-manual-a8e4d988f94377ccb17a09c971cc9b875831e813.zip
riscv-isa-manual-a8e4d988f94377ccb17a09c971cc9b875831e813.tar.gz
riscv-isa-manual-a8e4d988f94377ccb17a09c971cc9b875831e813.tar.bz2
More monospaced font formatting.
Added backticks around monospaced text.
Diffstat (limited to 'src/counters.adoc')
-rw-r--r--src/counters.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/counters.adoc b/src/counters.adoc
index 0423165..d559c53 100644
--- a/src/counters.adoc
+++ b/src/counters.adoc
@@ -176,9 +176,9 @@ reading its upper and lower halves.
=== "Zihpm" Standard Extension for Hardware Performance Counters
The Zihpm extension comprises up to 29 additional unprivileged 64-bit
-hardware performance counters, 'hpmcounter3-hpmcounter31'. When
+hardware performance counters, `hpmcounter3-hpmcounter31`. When
XLEN=32, the upper 32 bits of these performance counters are accessible
-via additional CSRs 'hpmcounter3h- hpmcounter31h'. The Zihpm extension
+via additional CSRs `hpmcounter3h- hpmcounter31h`. The Zihpm extension
depends on the Zicsr extension.
[TIP]
====