concat_2_arrays, concat_3_arrays, concat_4_arrays
Synopsis
concatenate elements of several arrays or individual scalar primitives into an array
Input Port
Parameters
Output Port
Description
These modules concatenate elements of several arrays or individual scalar primitives into an output array. Input arrays may have any dimensionality, but are treated as 1-dimensional, in memory order.
Input arrays can have different total sizes; the size of the output array is the sum of the sizes of the input arrays. The output array contains all elements from the first array, followed by all elements from the second array, and so on.Input
Parameters
Output Port
Example
File
See also related modules