Gross die per wafer (GDW) algorithms.
Knows about SEMI SPEC M1-0302 which defines wafer flat sizes.
(PyPI packages coming soon-ish)
git clone https://github.com/dougthor42/gdw
pip install -e gdw
- Or:
cd gdw; pip install -e .
- Or:
- Clone the repo.
- CD into the local repo directory.
- Install with the
dev
options:pip install -e .[dev]
- If you also want to build docs, you can install
.[docs]
or get all development dependencies with.[all]
.
- If you also want to build docs, you can install
- Install the pre-commit hooks:
pre-commit install
- Run tests to make sure things are 👍:
pytest
See CHANGELOG.md.