public domain tools for FPGAs
Go to file
2012-06-18 04:47:51 +02:00
.gitignore first steps 2012-06-10 07:33:24 +02:00
bit2txt.c learned a little about the I/O pins 2012-06-17 15:29:39 +02:00
COPYING.GPL3 parse .bit header strings 2012-06-03 03:05:01 +02:00
draw_fpga.c tiny svg steps 2012-06-18 04:47:51 +02:00
lib.svg tiny svg steps 2012-06-18 04:47:51 +02:00
Makefile first steps 2012-06-10 07:33:24 +02:00
README first steps 2012-06-10 07:33:24 +02:00

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