From: lkcl Date: Thu, 23 Jun 2022 18:31:07 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1559 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da22ffe419880e0cc550818d475e790567f28364;p=libreriscv.git --- diff --git a/openpower/sv/svstep.mdwn b/openpower/sv/svstep.mdwn index 02fb6cc50..2ccae5d7f 100644 --- a/openpower/sv/svstep.mdwn +++ b/openpower/sv/svstep.mdwn @@ -53,6 +53,7 @@ Schedule with `sv.svstep`, it may then be used as the input to Indexed REMAP Mode to achieve the exact same Schedule. It is evident however that before use some of the Indices may be arbitrarily altered as desired. -`sv.svstep helps the programmer having to manually recreate certain +`sv.svstep` helps the programmer avoid having to manually recreate +Indices for certain types of common Loop patterns, and in its simplest form, without REMAP, is equivalent to the `iota` instruction found in other Vector ISAs*