Project home: https://bues.ch Original repository at: https://git.bues.ch/git/crcgen.git

Michael Buesch 7b50189d68 Change default algorithm to CRC-32 4 years ago
crcgen d60289c0a9 Change default algorithm to CRC-32 4 years ago
maintenance d35c08a0ff Add build framework 4 years ago
scripts a456290201 Add crcgen main script 4 years ago
.gitignore cca0da812c Update .gitignore 4 years ago
COPYING 55e6f6b691 Initial commit 4 years ago
MANIFEST.in d35c08a0ff Add build framework 4 years ago
README.rst d35c08a0ff Add build framework 4 years ago
crcgen_test.py 27da987052 test: Add 64bit coefficients 4 years ago
setup.py a456290201 Add crcgen main script 4 years ago

README.rst

CRC algorithm code generator
============================

This tool generates synthesizable Verilog code for use in FPGAs to calculate CRC (Cyclic Redundancy Check) checksums.


License
=======

Copyright (c) 2019 Michael Buesch

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.