Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
updating with arc review
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Jun 5, 2022
1 parent 6f9ac68 commit d8f7406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified Zawrs.pdf
Binary file not shown.
9 changes: 5 additions & 4 deletions intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ stall execution in a low-power state until a store occurs to the reservation set
Sometimes the program waiting on a memory update may also need to carry out a
task at a future time or otherwise place an upper bound on the wait. To support
such use cases a second instruction `WRS.STO` (WRS-with-short-timeout) is
provided that works like `WRS.NTO` but bounds the stall duration to a short
timeout such that the stall is terminated on the timeout if no other conditions
have to occurred to terminate the stall. The program using this instruction may
then determine if its deadline has been reached.
provided that works like `WRS.NTO` but bounds the stall duration to an
implementation-define short timeout such that the stall is terminated on the
timeout if no other conditions have to occurred to terminate the stall. The
program using this instruction may then determine if its deadline has been
reached.

0 comments on commit d8f7406

Please sign in to comment.