Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 754 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 754 Bytes

A VHDL implementation of the bitonic sort

This bitonic sort is based on the description given in:

The software implements the sorter using recursively generated entities using VHDL-2008. Because it targets FPGAs that allow initializing values, no reset is implemented. In other cases, a reset signal may be desired.

Note, there is also an HLS bitonic sort implementation in https://github.com/mmxsrup/bitonic-sort.