From f697d3eeab46e0af0aea2db17d8c40e5ab4a609a Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 2 Oct 2021 23:18:58 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 56fe0838b..49dd74b22 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -9,7 +9,7 @@ * Formal proof of PartitionedSignal nmigen interaction * 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. -- 2.30.2