google / open-source-pdks

Index of the fully open source process design kits (PDKs) maintained by Google.
https://open-source-pdks.rtfd.io
Apache License 2.0
87 stars 8 forks source link

Move the skywater-pdk Python library into this repository and make it compatible with all the google open source PDKs #9

Open mithro opened 2 years ago

mithro commented 2 years ago

The SkyWater PDK has a Python library at https://github.com/google/skywater-pdk/tree/main/scripts/python-skywater-pdk and the documentation can be found at https://skywater-pdk.readthedocs.io/en/main/python-api/skywater_pdk.html#submodules

The library lets you do things like decode file names into human readable descriptions.

Pretty much everything in the library should work with everything that follows our naming scheme found at https://docs.google.com/document/d/1rDN5jw8sh0aTwf1jScn0nP2zy4FWLxC-82M8TL3Lbr4/edit#

mithro commented 2 years ago

Currently reserved the following on PyPi;