Skip to content

Commit

Permalink
Merge pull request #44 from christoph-weiser/cmos-pcell-fix
Browse files Browse the repository at this point in the history
Cmos pcell fix
  • Loading branch information
atorkmabrains authored Dec 18, 2022
2 parents 1226dab + 160f91b commit d870721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cells/klayout/pymacros/cells/draw_mos.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def draw_nfet(layout, l, w, ld, nf, grw, bulk, volt, deepnwell, pcmpgr):
)
)
# Metals

cell.shapes(metal1).insert(
pya.Box(
(ld + 2 * ld_violat + l + cont2ply - cmp2cont) * (i + 1)
Expand Down Expand Up @@ -1572,6 +1573,7 @@ def draw_pfet(layout, l, w, ld, nf, grw, bulk, volt, deepnwell, pcmpgr):
)
)
# Metals

cell.shapes(metal1).insert(
pya.Box(
(ld + 2 * ld_violat + l + cont2ply - cmp2cont) * (i + 1)
Expand Down

0 comments on commit d870721

Please sign in to comment.