From 7d0821744c2d9365d2d69ba933adc6fa6f26aa0a Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 18 Sep 2019 08:23:07 +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 b5ad91830..b6abefc7f 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:: python +.. 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