File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ __pycache__/
33* .py [cod ]
44* $py.class
55Pipfile
6+ .vscode /
67
78docs /cells_si220_cband.rst
89docs /cells_si220_oband.rst
Original file line number Diff line number Diff 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
288289route_astar = partial (
Original file line number Diff line number Diff 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
287288route_astar = partial (
You can’t perform that action at this time.
0 commit comments