aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-03-22 13:50:02 -0700
committerGitHub <noreply@github.com>2024-03-22 13:50:02 -0700
commitd69d777855ac3405c3d25cebc75ff12f379cbd81 (patch)
tree8fb70d6a2147c97a88ee30a100f040fd21d77cc2
parent637df22dfd0f82fe6e36dd77ed1cc4dcdc086dd7 (diff)
parente97303e305d901099727997e43af5be3e060a8b7 (diff)
downloadriscv-isa-manual-riscv-isa-release-d69d777-2024-03-22.zip
riscv-isa-manual-riscv-isa-release-d69d777-2024-03-22.tar.gz
riscv-isa-manual-riscv-isa-release-d69d777-2024-03-22.tar.bz2
Merge pull request #1281 from riscv/coherentriscv-isa-release-d69d777-2024-03-22
Updating machine.adoc based on older PR
-rw-r--r--src/machine.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.adoc b/src/machine.adoc
index 640a794..51b78eb 100644
--- a/src/machine.adoc
+++ b/src/machine.adoc
@@ -2722,7 +2722,7 @@ same interconnect path and the path does not reorder requests.
Coherence is a property defined for a single physical address, and
indicates that writes to that address by one agent will eventually be
-made visible to other agents in the system. Coherence is not to be
+made visible to other coherent agents in the system. Coherence is not to be
confused with the memory consistency model of a system, which defines
what values a memory read can return given the previous history of reads
and writes to the entire memory system. In RISC-V platforms, the use of