From: lkcl Date: Sat, 2 Oct 2021 22:18:58 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3754 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f697d3eeab46e0af0aea2db17d8c40e5ab4a609a;p=libreriscv.git --- 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.