16 lines
395 B
Plaintext
16 lines
395 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
|
|
|
|
- new_fp creates empty .fp floorplan file
|
|
- draw_svg_tiles draws a simple .svg showing tile types
|
|
- fp2bit converts .fp floorplan into .bit bitstream
|
|
- bit2txt dumps .bit bitstream as text
|