From: lkcl Date: Sun, 14 Feb 2021 15:06:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~181 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a56a387986b2ad6bf5d2c13fdc569b943adb7644;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 70696b873..2a956e85a 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -1,5 +1,11 @@ # Dynamic Partitioned SIMD +The Dynamic Partitioned SIMD Signal is effectively a parallelisation +of nmigen's Signal. It is expected to work transparently as if it was +a nmigen Signal, in every way, as a full peer of a nmigen Signal, with +no requirement on the part of the developer to even know that it is +performing parallel dynamically-partitioned operations. + Links: * m.If/Switch