Operator Library: Base
The operator splits the input link of parallelism degree N into M output links of parallelism degree N/M. The input parallelism (N) has to be divisible by the number of output links (M). The opposite of this operator is 'MergeParallel'.
The following figure illustrates an example for input parallelism four and four output links.

This example shows an input parallelism of four and two output links.

Property | Value |
---|---|
Operator Type | O |
Input Link | I, data input |
Output Link | O[0, M-1], data output |
The use of operator SplitParallel is shown in the following examples:
-
An example for hardware self test of DMA, RAM, GPIOs, Trigger and LEDs.
-
Examples - Downsampling by factor 3x3 without the use of operator SampleDn.
-
Examples - Shows how to vertically mirror an image. Note the mirroring of the parallel words and the pixel.
-
Examples - Scaling A Line Scan Image