From: lkcl Date: Sun, 20 Dec 2020 00:22:43 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1148 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e23f29b7353febc9ce914aed5aefdc94bc95689;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index caad548dc..711dfa6db 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -56,7 +56,7 @@ thus we have a convention where the result is *also a partitioned signal*, and c the second observation then is that, actually, just like the other partitioned operations, it may be possible to "construct" the longer results from the 8x8 ones, based on whether the partition gates are open or closed. -# Boolean truth table +# Boolean truth table for Partitioned XOR Exactly the same as for eq, instead the "xor" operator for example is the amalgamation of 4 partial results, x0 to x3.