From: Luke Kenneth Casson Leighton Date: Tue, 8 Oct 2019 11:57:35 +0000 (+0100) Subject: add cycling comment X-Git-Tag: convert-csv-opcode-to-binary~3866 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fc58018feadf3739458956ba00ff9f1a9a7fac7;p=libreriscv.git add cycling comment --- diff --git a/simple_v_extension/remap.mdwn b/simple_v_extension/remap.mdwn index 27b183bd2..eecfdae62 100644 --- a/simple_v_extension/remap.mdwn +++ b/simple_v_extension/remap.mdwn @@ -49,7 +49,7 @@ executed as a python program: idxs = [0,0,0] # starting indices order = [0,1,2] # experiment with different permutations, here offset = 2 # experiment with different offset, here - VL = xdim * ydim * zdim + VL = xdim * ydim * zdim # multiply (or add) to this to get "cycling" applydim = 0 invxyz = [0,0,0]