Skip to content

Draw integrated circuit cross-sections from GDS files and a fabrication process description.

License

Notifications You must be signed in to change notification settings

ignamv/PlanarProcess

Repository files navigation

Integrated circuit cross-sections from GDS files

This set of classes allows you to take an IC layout like this:

IC Layout

along with a description of the fabrication process, and produce a cross-section like this:

IC Cross section

The fastest way to get started is to look at test.py and modify it to suit your needs. There are three distinct parts to it:

  • Load a GDS file and its layer map

  • Execute process steps (deposition, diffusion, etc) using data from the GDS layers

  • Present the resulting cross-section choosing color, hatching patterns, etc.

Inspiration came from the XSection plugin for KLayout.

About

Draw integrated circuit cross-sections from GDS files and a fabrication process description.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages