From: lkcl Date: Fri, 13 Sep 2019 00:55:25 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4082 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47f38a88c0f0d00ce88f883c57e8eff7b7d16835;p=libreriscv.git --- diff --git a/simple_v_extension/sv_prefix_proposal.rst b/simple_v_extension/sv_prefix_proposal.rst index 20b90744b..46eac5276 100644 --- a/simple_v_extension/sv_prefix_proposal.rst +++ b/simple_v_extension/sv_prefix_proposal.rst @@ -215,7 +215,8 @@ prefix as well. VLtyp encodes how (whether) to set SVPSTATE.VL and SVPSTATE.MAX VLtyp field encoding ==================== -NOTE: VL and MVL below are local to SVPregix and, if non-default, are tracked through SVPSTATE, not the main Specification_ STATE. If default (all zeros) then STATE VL and MVL apply to this instruction. +NOTE: VL and MVL below are local to SVPrefix and, if non-default, will update the src and dest element offsets in SVPSTATE, not the main Specification_ STATE. If default (all zeros) then STATE VL and MVL apply to this instruction, +and STATE.srcoffs (etc) will be used. +-----------+-------------+--------------+----------+----------------------+ | VLtyp[11] | VLtyp[10:6] | VLtyp[5:1] | VLtyp[0] | comment |