Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraj-srinivas/huffman-encoder
Huffman encoder
https://github.com/suraj-srinivas/huffman-encoder
Last synced: 13 days ago
JSON representation
Huffman encoder
- Host: GitHub
- URL: https://github.com/suraj-srinivas/huffman-encoder
- Owner: suraj-srinivas
- Created: 2013-04-26T14:53:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T11:47:08.000Z (over 11 years ago)
- Last Synced: 2023-06-14T23:31:11.421Z (over 1 year ago)
- Language: Verilog
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Huffman-encoder
=========================This is an implementation of the huffman encoder written in Verilog HDL.
It includes support for variable symbol widths and data sizes.
The code is currently not synthesizable.