Skip to content

Commit

Permalink
Merge pull request #179 from gdsfactory/port-checks
Browse files Browse the repository at this point in the history
Add Port Connectivity checks
  • Loading branch information
sebastian-goeldi authored Sep 25, 2023
2 parents 0f05fd5 + 5156fa6 commit 810e19e
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 28 deletions.
1 change: 1 addition & 0 deletions changelog.d/+ffc15dfb.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added KCell.connectivity_chek to check for port alignments and overlaps
Binary file removed demo.gds
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
{name = "gdsfactory community", email = "[email protected]"},
]
dependencies = [
"klayout >= 0.28.10",
"klayout >= 0.28.12",
"scipy",
"ruamel.yaml",
"cachetools >= 5.2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/kfactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import klayout.dbcore as kdb
import klayout.lay as lay
import klayout.rdb as rdb
from .kcell import (
KCell,
Instance,
Expand Down Expand Up @@ -44,6 +45,7 @@
"default_save",
"kdb",
"lay",
"rdb",
"port",
"cells",
"placer",
Expand Down
Loading

0 comments on commit 810e19e

Please sign in to comment.