aboutsummaryrefslogtreecommitdiff
path: root/src/cmo.adoc
diff options
context:
space:
mode:
authorwmat <wmat@riscv.org>2024-04-05 07:35:51 -0400
committerwmat <wmat@riscv.org>2024-04-05 07:35:51 -0400
commit0cff842c85010e5b194ce531b8d8d91ca11470d3 (patch)
tree0c688b9e94f94c78ec7ed070b930fe58961bcc0f /src/cmo.adoc
parentc7ce7b31c95b570076ab718e2c13ece6050a663d (diff)
downloadriscv-isa-manual-0cff842c85010e5b194ce531b8d8d91ca11470d3.zip
riscv-isa-manual-0cff842c85010e5b194ce531b8d8d91ca11470d3.tar.gz
riscv-isa-manual-0cff842c85010e5b194ce531b8d8d91ca11470d3.tar.bz2
Change a physical address to any.
This addresses issue #1325 and updates "A cache block is identified a physical address..." to "any physical address".
Diffstat (limited to 'src/cmo.adoc')
-rw-r--r--src/cmo.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmo.adoc b/src/cmo.adoc
index d4f2441..c477dca 100644
--- a/src/cmo.adoc
+++ b/src/cmo.adoc
@@ -89,7 +89,7 @@ a cache that first performs a read transfer from memory._
Caches organize copies of data into _cache blocks_, each of which represents a
contiguous, naturally aligned power-of-two (or _NAPOT_) range of memory
-locations. A cache block is identified by a physical address corresponding to
+locations. A cache block is identified by any of the physical addresses corresponding to
the underlying memory locations. The capacity and organization of a cache and
the size of a cache block are both _implementation-specific_, and the execution
environment provides software a means to discover information about the caches