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
The above configurable parameters range may exceed a library element’s maximum supported range, in which case the compilation will end with a static_assert error informing about the exceeded range.