Demux63

Demux63 fills the first three elements of the input array into the elements of the output array.

Element

Direction

Remark

in::continuous[6]

input

continuous input array with 6 elements

out::continuous[3]

output

continuous output array with three elements

out[0] = in[0], out[1] = in[1], out[2] = in[0]