icestorm/docs
Lunaphied a29b7404d4 Start gzipping the database and modernize documentation a bit
We can save a lot of space by doing this and nextpnr already depends on
Zlib in most cases.

This will break Arachne-PNR but it's archived at this point. Use an
older version of icebox if this compatibility is required.
2026-04-11 18:55:31 +02:00
..
source Start gzipping the database and modernize documentation a bit 2026-04-11 18:55:31 +02:00
.gitignore Start converting documentation to Sphinx 2024-11-29 09:04:06 +01:00
Makefile Start converting documentation to Sphinx 2024-11-29 09:04:06 +01:00
README.md Start converting documentation to Sphinx 2024-11-29 09:04:06 +01:00

README.md

Project Icestorm Documentation

Setting up environment

python -m venv .venv
source .venv/bin/activate
make reqs