Skip to content

Commit

Permalink
fixing drc issue for minimum width pfet cell
Browse files Browse the repository at this point in the history
  • Loading branch information
RehabSayed-G committed Aug 29, 2023
1 parent a4d980e commit 098da70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cells/klayout/pymacros/cells/draw_fet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,9 @@ def draw_pfet(

con_size: float = 0.22
con_sp: float = 0.27
con_comp_enc: float = 0.08

con_comp_enc: float = 0.11 if bulk == "Bulk Tie" else 0.08

con_pp_sp: float = 0.12 - con_comp_enc
if volt == "3.3V":
pl_cmp_spacing: float = 0.19
Expand Down

0 comments on commit 098da70

Please sign in to comment.