https://github.com/lethalbit/kicad-pdk-libs
KiCad symbol library for sky130 and gf180mcu PDKs
https://github.com/lethalbit/kicad-pdk-libs
asic-design electronics kicad spice
Last synced: 5 months ago
JSON representation
KiCad symbol library for sky130 and gf180mcu PDKs
- Host: GitHub
- URL: https://github.com/lethalbit/kicad-pdk-libs
- Owner: lethalbit
- License: apache-2.0
- Created: 2023-10-05T17:52:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T02:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T12:24:00.659Z (11 months ago)
- Topics: asic-design, electronics, kicad, spice
- Language: Python
- Homepage:
- Size: 2.38 MB
- Stars: 32
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.data
Awesome Lists containing this project
README
# KiCad PDK Library
This is a [KiCad] symbol library that contains the collection of cells from the [sky130] and [gf180mcu] PDKs for use in schematic capture and SPICE simulation.
> [!IMPORTANT]
> The in-repo libraries are exported with SPICE libraries as a link, not embedded. To ensure spice works, you need `PDK_ROOT` set in your KiCad paths for that to work.
To get started see the [installation](./docs/install.md) instructions and then once you're done there you can follow the [introduction](./docs/intro.md) to get your first SPICE sim done!
## Documentation
The documentation for usage and installation can be found [here](./docs/index.md).
## License
The [`pdk2kicad`](./contrib/pdk2kicad.py) script is licensed under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html), the full text of which can be found in the [`LICENSE.script`](./LICENSE.script) file.
The [library symbols](./symbols/) generated from the `pdk2kicad` script are licensed under the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) as they are extracted from the [open_pdk] builds, which are also Apache 2.0 licensed. The full text of which can be found in the [`LICENSE.data`](./LICENSE.data) file.
[KiCad]: https://www.kicad.org/
[sky130]: https://skywater-pdk.readthedocs.io/en/main/
[gf180mcu]: https://gf180mcu-pdk.readthedocs.io/en/latest/
[open_pdk]: https://github.com/RTimothyEdwards/open_pdks
[volare]: https://github.com/efabless/volare
[PCM]: https://www.kicad.org/pcm/