From: lkcl Date: Thu, 23 Sep 2021 21:16:22 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~35 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ce0e478d350d2c0136d4b479faf3bb18c30f264;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/cat.mdwn b/3d_gpu/architecture/dynamic_simd/cat.mdwn index d9915d97c..1b84666b7 100644 --- a/3d_gpu/architecture/dynamic_simd/cat.mdwn +++ b/3d_gpu/architecture/dynamic_simd/cat.mdwn @@ -10,4 +10,14 @@ partition sizes. Take two PartitionedSignals: - + partition: p p p (3 bits) + a : AAA3 AAA2 AAA1 AAA0 (32 bits) + b : BBB3 BBB2 BBB1 BBB0 (32 bits) + +When the partitions are 32-bit, the output is: + + partition: p p p (3 bits) + out : AAA3 AAA2 AAA1 AAA0 BBB3 BBB2 BBB1 BBB0 (64 bits) + +When 2x16: +