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

Commit

Permalink
Label blocks with SAIL as 'SAIL code'
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomsich committed Jan 20, 2023
1 parent ed39e2d commit c6acc0a
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 @@ -168,7 +168,7 @@ Furthermore, implementations can predict the condition just as they might for br
As a consequence of this instruction's equivalence to `mv rd, rs1` when _rs2_ is nonzero, this instruction's timing is independent of the data value of _rs1_ if the Zkt extension is implemented.
====

Operation::
SAIL code::
[source,sail]
--
let value = X(rs1);
Expand Down Expand Up @@ -228,7 +228,7 @@ However, the timing is independent of the data value in rs1.
As a consequence of this instruction's equivalence to `mv rd, rs1` when _rs2_ is zero, this instruction's timing is independent of the data value of _rs1_ if the Zkt extension is implemented.
====

Operation::
SAIL code::
[source,sail]
--
let value = X(rs1);
Expand Down

0 comments on commit c6acc0a

Please sign in to comment.