This repo contains the GDS renders for all user projects submitted to Tiny Tapeout since Tiny Tapeout 2. The renders are generated using klayout.
To regenerate the PNG files for a shuttle, run the following commands:
cd scripts
pip install -r requirements.txt
python render_projects.py <shuttle>
Where <shuttle>
is the identifier of the shuttle (e.g. tt04).
You can also specify the scale of the render by passing the --scale
argument. For example, to render the all the projects in shuttle tt04 at 2x scale, run:
python render.py tt04 --scale 2
The chip renders are licensed under the CC BY 4.0 license.