gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
31 stars 12 forks source link

Multi PDK #241

Closed sebastian-goeldi closed 8 months ago

sebastian-goeldi commented 8 months ago

We should add tests to allow the following:

  1. Create base pdk
  2. Create (at least) two pdks which inherit the cells from the base pdk and also use KCell from there
  3. Have one pdk which instantiates cells from both pdks
  4. Test whether there are any name (or other) conflicts (KLayout should already do the heavy lifting for us here)

TODO: