-
Notifications
You must be signed in to change notification settings - Fork 155
KLayout PCell script
Lukas Chrostowski edited this page Apr 27, 2016
·
1 revision
Brief description of how to create a layout PCell in KLayout.
Install KLayout and SiEPIC PDK:
Put the example PCell file (SiEPIC_Bragg.lym) in your “pymacros” folder. On OSX and Linux, this is:
- $HOME/.klayout/pymacros on Windows
- probably in your home directory, klayout/pymacros
Create a new layout
Add a new Instance. Choose the Bragg library, and then choose the Cell BraggArc.
![pastedgraphic-5](https://cloud.githubusercontent.com/assets/15843200/14846527/22d0b07c-0c19-11e6-876f-0b562f57c9fc.png)
Then F5 for the Macro Editor, and find the file SiEPIC_Bragg. Make edits.
Press the Play! button, and see the changes get updated in the layout.
Good luck!