Skip to content

Commit

Permalink
Fixed a typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-herber-nxp authored Dec 11, 2024
1 parent 43886da commit 5525a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zilsd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Zilsd extension adds the following RV32-only instructions:
|===

As the access size is 64-bit, accesses are only considered naturally aligned for effective addresses that are a multiple of 8.
In this case, these instruction are guaranteed to not raise an address-misaligned exception.
In this case, these instructions are guaranteed to not raise an address-misaligned exception.
Even if naturally aligned, the memory access might not be performed atomically.

If the effective address is a multiple of 4, then each word access is required to be performed atomically.
Expand Down

0 comments on commit 5525a5b

Please sign in to comment.