From 9432ac00b93c686214acd9b457adb125a714c089 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 18 Sep 2019 08:24:50 +0100 Subject: [PATCH] add elwidth override on MV.X --- simple_v_extension/specification/mv.x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_v_extension/specification/mv.x.rst b/simple_v_extension/specification/mv.x.rst index b6abefc7f..37eadc4c0 100644 --- a/simple_v_extension/specification/mv.x.rst +++ b/simple_v_extension/specification/mv.x.rst @@ -29,7 +29,7 @@ swizzle (only active on SV or P48/P64 when SUBVL!=0): Pseudocode for element width part of MV.X: -.. code:: +:: def mv_x(rd, rs1, funct4): elwidth = (funct4>>2) & 0x3 bitwidth = {0:XLEN, 1:8, 2:16, 3:32}[elwidth] # get bits per el -- 2.30.2