Skip to content

Commit

Permalink
Revised wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzsq committed Nov 26, 2024
1 parent 777f0a4 commit 199caa6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/mte_tag.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,11 @@ splitted stores.
A memory access (load or store) to some virtual address `va` can not bypass
the older store initiated by `settag/setinvtag rs1=va`.

This specification defines tag as the entitiy attached to virtual addresses.
It is software's responsibility to ensure that the tags are appropriately set
on the virtual addresses even though some of them map to the same physical
address(es).
This specification defines tag as the entity associated to virtual addresses.
In case of aliasing (multiple virtual addresses map to same physical address),
it is software's responsibility to ensure that the tags are set according to
software's need for respective virtual address prior to memory accesses via
aliased virtual address.

* Exceptions

Expand Down

0 comments on commit 199caa6

Please sign in to comment.