Skip to content

Commit

Permalink
Merge pull request #8 from gdsfactory/link-more-models
Browse files Browse the repository at this point in the history
make pdk fully model compatible
  • Loading branch information
joamatab authored Mar 7, 2024
2 parents 96de470 + bc7dafb commit df15d39
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 98 deletions.
8 changes: 3 additions & 5 deletions cspdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@

from cspdk import cells, config, tech
from cspdk.config import PATH
from cspdk.tech import (
LAYER,
LAYER_STACK,
LAYER_VIEWS,
)
from cspdk.models import models
from cspdk.tech import LAYER, LAYER_STACK, LAYER_VIEWS

_cells = get_cells(cells)
_cross_sections = get_cross_sections(tech)
Expand All @@ -20,6 +17,7 @@
layer_stack=LAYER_STACK,
layer_views=LAYER_VIEWS,
)
PDK.__dict__["models"] = models
PDK.activate()

__all__ = [
Expand Down
Loading

0 comments on commit df15d39

Please sign in to comment.