(no commit message)
authorlkcl <lkcl@web>
Thu, 23 Sep 2021 21:16:22 +0000 (22:16 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 23 Sep 2021 21:16:22 +0000 (22:16 +0100)
3d_gpu/architecture/dynamic_simd/cat.mdwn

index d9915d97ced4ed33743d07bc7f20fde5f6b1f9f8..1b84666b79eff7f7ee51baa0e385def7806a4af3 100644 (file)
@@ -10,4 +10,14 @@ partition sizes.
 
 Take two PartitionedSignals:
 
-   
+    partition:      p    p    p       (3 bits)
+    a        :  AAA3 AAA2 AAA1 AAA0  (32 bits)
+    b        :  BBB3 BBB2 BBB1 BBB0  (32 bits)
+
+When the partitions are 32-bit, the output is:
+
+    partition:           p         p         p           (3 bits)
+    out      :  AAA3 AAA2 AAA1 AAA0 BBB3 BBB2 BBB1 BBB0  (64 bits)
+
+When 2x16:
+