genlib/sort: add bitonic, combinatorial sorter
authorRobert Jordens <jordens@gmail.com>
Sat, 30 Nov 2013 02:52:42 +0000 (19:52 -0700)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Mon, 2 Dec 2013 11:56:36 +0000 (12:56 +0100)
commitdd24fdd3563981417b1e9f1dc8616d83296e282c
tree87ddaf339316a2801f20b555ebb00007e3285716
parentab48316fcd2023fdea79701cdb52a46b644c57ac
genlib/sort: add bitonic, combinatorial sorter

complete with with api documentation and unittests
doc/api.rst
migen/genlib/sort.py [new file with mode: 0644]
migen/test/test_sort.py [new file with mode: 0644]