From: Luke Kenneth Casson Leighton Date: Wed, 26 Jun 2019 08:13:11 +0000 (+0100) Subject: add sv.setvl exploration X-Git-Tag: convert-csv-opcode-to-binary~4402 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbbbac6a80b499a628f9ed019d7f414e4c948bbc;p=libreriscv.git add sv.setvl exploration --- diff --git a/simple_v_extension/specification/sv.setvl.mdwn b/simple_v_extension/specification/sv.setvl.mdwn index c32623bff..632eeba0c 100644 --- a/simple_v_extension/specification/sv.setvl.mdwn +++ b/simple_v_extension/specification/sv.setvl.mdwn @@ -17,6 +17,7 @@ Requirement: fit MVL into this format. | 1 | 6 | 5 | 5 | 3 | 5 | 7 | | where: + * when bit 31==0, both MVL and VL are set to imm(5:0) - plus one to get it out of the "NOP" scenario. * when bit 31==1, MVL is set to imm(5:0) plus one.