From 9a2936e395737cf14947449eac0990eca7ff6a1e Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 14 Feb 2021 15:13:10 +0000 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2