Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gdsfactory.github.io/gf180/
GlobalFoundries GF180MCU Open Source PDK
https://gdsfactory.github.io/gf180/
Last synced: about 2 months ago
JSON representation
GlobalFoundries GF180MCU Open Source PDK
- Host: GitHub
- URL: https://gdsfactory.github.io/gf180/
- Owner: gdsfactory
- License: apache-2.0
- Created: 2023-03-10T22:01:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T17:52:14.000Z (5 months ago)
- Last Synced: 2024-11-14T09:04:30.737Z (about 2 months ago)
- Language: Python
- Homepage: https://gdsfactory.github.io/gf180/index.html
- Size: 255 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome_photonics - gf180
README
# gf180 0.1.0
GlobalFoundries 180nm MCU based on [Google open source PDK](https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr)
This is a pure python implementation of the PDK.
## Installation
### Installation for new python users
If you don't have python installed on your system you can [download the gdsfactory installer](https://github.com/gdsfactory/gdsfactory/releases) that includes python3, miniconda and all gdsfactory plugins.
### Installation for new gdsfactory users
If you already have python installed. Open Anaconda Prompt and then install the ubcpdk using pip.
![anaconda prompt](https://i.imgur.com/Fyal5sT.png)
```
pip install gf180 --upgrade
```Then you need to restart Klayout to make sure the new technology installed appears.
### Installation for developers
For developers you need to `git clone` the GitHub repository, fork it, git add, git commit, git push and merge request your changes.
```
git clone https://github.com/gdsfactory/gf180.git
cd gf180
make install
```## Documentation
- Run notebooks on [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/binder-sandbox/HEAD)
- [gdsfactory docs](https://gdsfactory.github.io/gdsfactory/)