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.
- Host: GitHub
- URL: https://github.com/devbisme/hardware-sorters
- Owner: devbisme
- Created: 2016-02-24T19:21:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T03:37:01.000Z (about 10 years ago)
- Last Synced: 2025-04-14T09:13:41.100Z (12 months ago)
- Language: Jupyter Notebook
- Size: 190 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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").