Skip to content

Commit ca1954f

Browse files
authored
Merge pull request #185 from gdsfactory/fix_route_bundle_sbend
fix route_bundle_sbend
2 parents e93fdad + 31fa26d commit ca1954f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55
Pipfile
6+
.vscode/
67

78
docs/cells_si220_cband.rst
89
docs/cells_si220_oband.rst

cspdk/si220/cband/tech.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def heater_metal(width=TECH.width_heater) -> CrossSection:
283283
gf.routing.route_bundle_sbend,
284284
cross_section="metal_routing",
285285
bend_s=gf.components.bend_s,
286+
port_name="e1",
286287
)
287288

288289
route_astar = partial(

cspdk/si220/oband/tech.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def heater_metal(width=TECH.width_heater) -> CrossSection:
282282
gf.routing.route_bundle_sbend,
283283
cross_section="metal_routing",
284284
bend_s=gf.components.bend_s,
285+
port_name="e1",
285286
)
286287

287288
route_astar = partial(

0 commit comments

Comments
 (0)