(no commit message)
authorlkcl <lkcl@web>
Sun, 14 Feb 2021 15:13:10 +0000 (15:13 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 14 Feb 2021 15:13:10 +0000 (15:13 +0000)
3d_gpu/architecture/dynamic_simd.mdwn

index 4e2eb66fd1940b563d75b0e5f4f8b2ac2f38178b..df76c196e7556f9e9d6c339b0d717eb61c3d46a7 100644 (file)
@@ -8,13 +8,13 @@ performing parallel dynamically-partitioned operations.
 
 nmigen 32-bit Signal:
 
-    a        : .... .... .... .... (32 bits)
+    a        : .... .... .... .... (32 bits, illustrated as 4x8)
 
 Dynamically-partitioned 32-bit Signal subdivided into four 8-bit
 sections, by 3 partition bits:
 
     partition:     P    P    P     (3 bits)
-    a        : .... .... .... .... (32 bits)
+    a        : .... .... .... .... (32 bits, illustrated as 4x8)
     exp-a    : ....P....P....P.... (32+3 bits, P=1 if no partition)
 
 Each partitioned section shall act as an independent Signal where the **partitioning is dynamic at runtime** and may subdivide the above example