From 83110555f1bdd9a289614c8a1b46fd37c4c5b19f Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 18 Dec 2020 19:36:45 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/logicops.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/logicops.mdwn b/3d_gpu/architecture/dynamic_simd/logicops.mdwn index f64f91f12..b3841cc94 100644 --- a/3d_gpu/architecture/dynamic_simd/logicops.mdwn +++ b/3d_gpu/architecture/dynamic_simd/logicops.mdwn @@ -49,4 +49,7 @@ likewise, when configured as 2x32 the result is subdivided into two 4 bit halves if result[4]: result[5:7] = 1 -thus we have a convention where +thus we have a convention where the result is *also a partitioned signal*, and can be reconfigured to return 1x boolean yes/no, 2x boolean yes/no, 4x boolean yes/no or up to 8 independent yes/no boolean values. + +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. + -- 2.30.2