From: lkcl Date: Sun, 14 Feb 2021 15:13:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~178 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a2936e395737cf14947449eac0990eca7ff6a1e;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 4e2eb66fd..df76c196e 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -8,13 +8,13 @@ performing parallel dynamically-partitioned operations. nmigen 32-bit Signal: - a : .... .... .... .... (32 bits) + a : .... .... .... .... (32 bits, illustrated as 4x8) Dynamically-partitioned 32-bit Signal subdivided into four 8-bit sections, by 3 partition bits: partition: P P P (3 bits) - a : .... .... .... .... (32 bits) + a : .... .... .... .... (32 bits, illustrated as 4x8) exp-a : ....P....P....P.... (32+3 bits, P=1 if no partition) Each partitioned section shall act as an independent Signal where the **partitioning is dynamic at runtime** and may subdivide the above example