# Dynamic Partitioned SIMD
+The Dynamic Partitioned SIMD Signal is effectively a parallelisation
+of nmigen's Signal. It is expected to work transparently as if it was
+a nmigen Signal, in every way, as a full peer of a nmigen Signal, with
+no requirement on the part of the developer to even know that it is
+performing parallel dynamically-partitioned operations.
+
Links:
* <https://bugs.libre-soc.org/show_bug.cgi?id=458> m.If/Switch