https://github.com/izmno/vhdl-ecc
VHDL library for error correcting functions and components
https://github.com/izmno/vhdl-ecc
ecc hamming hamming-code parity parity-check-matrix vhdl
Last synced: 7 days ago
JSON representation
VHDL library for error correcting functions and components
- Host: GitHub
- URL: https://github.com/izmno/vhdl-ecc
- Owner: Izmno
- License: mit
- Created: 2021-02-18T10:01:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T10:19:28.000Z (almost 5 years ago)
- Last Synced: 2023-12-05T18:53:25.069Z (about 2 years ago)
- Topics: ecc, hamming, hamming-code, parity, parity-check-matrix, vhdl
- Language: VHDL
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VHDL-ECC
Very much a work in progress.
Keep checking in. More to come.
## Required software
- ghdl
## Building
At the moment, this library just contains some packages with general functions.
`make all` runs unittests for these functions. Logs are written to the `out` directory.