From: lkcl Date: Thu, 14 Oct 2021 19:56:48 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3623 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=770a55fb9a2f31238cdbc32b4483c5fad75db78d;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 153b12500..9786ad0bd 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -294,7 +294,10 @@ The Adapter API performs a specific job of letting SimdSignal know the relationship between the supported "configuration" options that a SimdSignal must have, and the actual PartitionPoints bits that must be set or cleared *in order* to have the SimdSignal -cut itself into the required sub-sections. +cut itself into the required sub-sections. This information +comes *from* SimdShape but the adapter is not part *of* SimdShape +because there can be more than one type of Adapter Mode, depending +on SimdShape input parameters. class PartType: # TODO decide name def __init__(self, psig):