From: lkcl Date: Thu, 23 Sep 2021 20:24:57 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~37 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20290f0926751be3d7e4401bc1ad4136042ee084;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/cat.mdwn b/3d_gpu/architecture/dynamic_simd/cat.mdwn new file mode 100644 index 000000000..4e8719c3e --- /dev/null +++ b/3d_gpu/architecture/dynamic_simd/cat.mdwn @@ -0,0 +1,9 @@ +# PartitionedSignal nmigen-aware Cat + +* + +Concatenation of Signals is ordinarily straightforward: reduce to the bitlevel and create a sequence. The contributors to that sequence may be of arbitrary length. + +However for a PartitionedSignal unless *all* contributors are also +PartitionedSignals, the results cannot be guaranteed to match, at all +partition sizes.