From: lkcl Date: Sat, 29 Jun 2019 07:49:55 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4348 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a039e9a1a1c8f05e467cd8180b579ff8e1e97800;p=libreriscv.git --- diff --git a/simple_v_extension/sv_prefix_proposal/discussion.rst b/simple_v_extension/sv_prefix_proposal/discussion.rst index 36ea40f13..a7129dab7 100644 --- a/simple_v_extension/sv_prefix_proposal/discussion.rst +++ b/simple_v_extension/sv_prefix_proposal/discussion.rst @@ -260,3 +260,26 @@ experiment 1: +-----------+-------------+--------------+------------+----------------------+ | 1 | imm | rd'!=0 | rs'!=0 | | +-----------+-------------+--------------+------------+----------------------+ + + +experiment 2: + ++-----------+-------------+------------+--------------+------------+----------------------+ +| VLtyp[11] | VLtyp[10:6] | VLtyp[5] | VLtyp[4:3] | VLtyp[2:0] | comment | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 0 | 00000 | 0 00 | 000 | no change to VL/MVL | ++-----------+-------------+---------------------------+------------+----------------------+ +| 0 | imm | 000 | | rs'!=0 | | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 0 | imm | rd'!=0 | | 000 | | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 0 | imm | rd'!=0 | | rs'!=0 | | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 1 | imm | 000 | | 000 | | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 1 | imm | 000 | | rs'!=0 | | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 1 | imm | rd'!=0 | | 000 | | ++-----------+-------------+------------+--------------+------------+----------------------+ +| 1 | imm | rd'!=0 | | rs'!=0 | | ++-----------+-------------+------------+--------------+------------+----------------------+