Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 787 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 787 Bytes

Tiny Tapeout Project Renders

This repo contains the GDS renders for all user projects submitted to Tiny Tapeout since Tiny Tapeout 2. The renders are generated using klayout.

Regenerating the renders

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

License

The chip renders are licensed under the CC BY 4.0 license.