From: lkcl Date: Tue, 19 Jan 2021 14:12:20 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~403 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1b1e265337d0ca0337a1baec6e934a904894336;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 925e1c296..40a8f1ee3 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -183,6 +183,7 @@ An example where SUBVL Remap is appropriate is the Rijndael MixColumns stage: A 2D REMAP allows: * the column bytes (as a vec4) to be iterated over as an inner loop. + (`a00 a10 a20 a30`) * the columns themselves to be iterated as an outer loop * a 32 bit `GF(256)` multiply on the vec4 to be performed.