mmattioli / hardware-sort

Hardware-accelerated sorting algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardware-accelerated Sorting Algorithm

About

Hardware-accelerated sorting algorithm in which unsorted data elements are presented serially and evaluated against the sorted collection of data elements in parallel. The algorithm is implemented on a Xilinx Zynq-7000 AP SoC XC7Z020-CLG484-1 found on the ZedBoard but does not use IP cores and can be implemented on any other FPGA.

About

Hardware-accelerated sorting algorithm

License:MIT License


Languages

Language:VHDL 64.0%Language:Tcl 36.0%