(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Oct 2021 22:18:58 +0000 (23:18 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Oct 2021 22:18:58 +0000 (23:18 +0100)
3d_gpu/architecture/dynamic_simd.mdwn

index 56fe0838b3308a0654cacf3c10bd913c21db3ffc..49dd74b224486dbb64e527ec3945c60bc093a54f 100644 (file)
@@ -9,7 +9,7 @@
 * <https://bugs.libre-soc.org/show_bug.cgi?id=596> Formal proof of PartitionedSignal nmigen interaction
 * <https://bugs.libre-soc.org/show_bug.cgi?id=713> Partition-context-sensitive length adjustment
 
-# Dynamic Partitioned SIMD
+# Rationale / Introduction
 
 The Dynamic Partitioned SIMD Signal is effectively a parallelisation
 of nmigen's Signal.  It is expected to work transparently as if it was
@@ -124,7 +124,7 @@ basic HDL is literally an order of magnitude larger:
     with m.ElIf(....)
         ....
 
-# Rationale / Introduction
+# Overview
 
 To save hugely on gate count the normal practice of having separate scalar ALUs and separate SIMD ALUs is not followed.