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

Commit

Permalink
Clarify syntactic dependency isn't RVWMO-specific
Browse files Browse the repository at this point in the history
Resolves #17
  • Loading branch information
aswaterman committed Oct 12, 2023
1 parent c2cda3b commit 44e910d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zicondops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Encoding::
Description::
If _rs2_ contains the value zero, this instruction writes the value zero to _rd_. Otherwise, this instruction copies the contents of _rs1_ to _rd_.

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

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

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

SAIL code::
Expand Down

0 comments on commit 44e910d

Please sign in to comment.