text-align: center !important
}
</style>
+
+# Partitioned SIMD Design implications
+
+Slice is the very first of the entire suite of sub-modules of Partitioned
+SimdSignal that requires (and propagates) fixed element widths. All other
+sub-modules have up until this point been a fixed *overall* width where the
+element widths adapt to completely fill the entire underlying Signal.
+
+Given that this new width context is then passed through to other SimdSignals,
+the entire SimdSignal suite has to adapt to this change in requirements.
+It is however not as big an adaptation as it first seems.