Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 44e910d

Browse files
committed
Clarify syntactic dependency isn't RVWMO-specific
Resolves #17
1 parent c2cda3b commit 44e910d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zicondops.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Encoding::
7979
Description::
8080
If _rs2_ contains the value zero, this instruction writes the value zero to _rd_. Otherwise, this instruction copies the contents of _rs1_ to _rd_.
8181

82-
For the purposes of RVWMO, _rd_ syntactically depends on both _rs1_ and _rs2_.
82+
This instruction carries a syntactic dependency from both _rs1_ and _rs2_ to _rd_.
8383
Furthermore, if the Zkt extension is implemented, this instruction's timing is independent of the data values in _rs1_ and _rs2_.
8484

8585
SAIL code::
@@ -117,7 +117,7 @@ Encoding::
117117
Description::
118118
If _rs2_ contains a nonzero value, this instruction writes the value zero to _rd_. Otherwise, this instruction copies the contents of _rs1_ to _rd_.
119119

120-
For the purposes of RVWMO, _rd_ syntactically depends on both _rs1_ and _rs2_.
120+
This instruction carries a syntactic dependency from both _rs1_ and _rs2_ to _rd_.
121121
Furthermore, if the Zkt extension is implemented, this instruction's timing is independent of the data values in _rs1_ and _rs2_.
122122

123123
SAIL code::

0 commit comments

Comments
 (0)