fpgatools/README
Wolfgang Spraul 2490c266a0 first steps
2012-06-10 07:33:24 +02:00

14 lines
311 B
Plaintext

Design Principles
- small independent command line utilities, no GUI
- 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