public domain tools for FPGAs
.gitignore | ||
bit2txt.c | ||
draw_fpga.c | ||
fpgastyle.css | ||
lib.svg | ||
lut.svg | ||
Makefile | ||
README | ||
UNLICENSE |
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