An open API service indexing awesome lists of open source software.

https://github.com/devbisme/hardware-sorters

Jupyter notebook describing, simulating, and comparing two hardware-based circuits for sorting a list of numbers.
https://github.com/devbisme/hardware-sorters

Last synced: 12 months ago
JSON representation

Jupyter notebook describing, simulating, and comparing two hardware-based circuits for sorting a list of numbers.

Awesome Lists containing this project

README

          

# README

This repository stores a
[Jupyter notebook](hardware_sorters.ipynb "Hardware Sorters Jupyter Notebook") describing and comparing two hardware-based circuits that will sort a list of numbers into descending order.

![Sorting Steps](had_sorter_steps.png)

With the notebook, you can::

* Simulate the operation of these sorter circuits,
* Change the bit-width of the sorted numbers and the size of the sorted lists,
* Output Verilog and VHDL code for implementing the sorters on an FPGA.

To use the notebook, you'll need a Python interpreter (like [Anaconda](https://www.continuum.io/downloads "Anaconda download")),
[Jupyter](http://jupyter.org/ "Jupyter Notebook Project") and
[MyHDL](http://www.myhdl.org/ "MyHDL Project").