(no commit message)
authorlkcl <lkcl@web>
Wed, 12 Feb 2020 15:18:32 +0000 (15:18 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 12 Feb 2020 15:18:32 +0000 (15:18 +0000)
3d_gpu/architecture/dynamic_simd/add.mdwn

index c2ca94187ff1be5ff6801553e5b68d38837b5ed6..250c4723ea13ddb289699256470db8c8f7673cca 100644 (file)
@@ -45,3 +45,14 @@ the new version
 * o (carry-out) must be "cascaded" down to the relevant partition
   start-point.  this can be done with a Mux-cascade.
 
+carry-out-cascade example:
+
+    partition:      1    0    0    1      (4 bits)
+    actual   : <--->|<------------>|<---> actual numbers
+    carryotmp: o4   o3   o2   o1   o0     (5 bits)
+    cascade  : |    |    x    x    |
+             : v    v    x    x    v
+    carry-out: o4   \->  -->  o3   o0     (5 bits)
+
+
+