For the Bitonic Sort library element, use the following list of configurable parameters and default values.
Name | Type | Default | Description |
---|---|---|---|
T_DATA | typename | int32 | Data Type. |
DIM_SIZE | unsigned | 32 | Size of list to sort. |
NUM_FRAMES | unsigned | 1 | Number of frames in a window. |
ASCENDING | unsigned | 1 | Indicates whether sort is ascending. |
CASC_LEN | unsigned | 1 | Sets number of tiles used to chain bitonic stages. |
NITER | unsigned | 4 | See Common Configuration Parameters |
STIM_TYPE | unsigned | 0 | See Common Configuration Parameters |
Note
Given parameter values are subject to checks early in compilation to ensure support. See Legality Checking