Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 657 Bytes

Tiny Tapeout tools

Tools used mostly by the Tiny Tapeout GitHub Actions

Setup

pip install -r requirements.txt
pre-commit install

Documentation

  • checks that basic fields are present in the info.yaml
  • create a PDF data sheet for this one design
  • create SVG and PNG renders of the project's GDS

Reports

  • routing & utilisation
  • yosys warnings
  • standard cell usage and summary

Configuration

  • creates a little TCL shim that tells OpenLane where the source is and the name of the top module
  • makes sure the top module is not called 'top'
  • if you have OpenLane installed locally, then you can harden the design with --harden