public domain tools for FPGAs
Go to file
2012-06-05 18:09:37 +02:00
.gitignore parse .bit header strings 2012-06-03 03:05:01 +02:00
bit2txt.c added header and (some) command parsing 2012-06-05 18:09:37 +02:00
COPYING.GPL3 parse .bit header strings 2012-06-03 03:05:01 +02:00
Makefile parse .bit header strings 2012-06-03 03:05:01 +02:00
README minor README update 2012-06-03 03:07:26 +02:00

Design Goals

- small independent command line utilities
- plain C, no C++
- simple Makefiles
- text-based file formats
- no documentation - read the sources
- automatic test suite

Utilities

- bit2txt dumps .bit bitstream as text
- txt2bit parses a textual bitstream back into a binary .bit file