Skip to content

Commit

Permalink
Added DRC rule to the drc(full) deck for sky130 to capture the
Browse files Browse the repository at this point in the history
rule for HVNTM spacing across a PTAP region.  This needs to be
checked because the PTAP prevents the HVNTM from being merged
across the intervening space.
  • Loading branch information
RTimothyEdwards committed Jan 11, 2024
1 parent bdc9412 commit d9e324b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.466
1.0.467
11 changes: 11 additions & 0 deletions sky130/magic/sky130.tech
Original file line number Diff line number Diff line change
Expand Up @@ -4454,6 +4454,17 @@ variants (fast),(full)
~(pfetlvt,nfetlvt,pdiodelvt,ndiodelvt)/a allfetsnolvt 415 \
"Min. spacing between FET and LVTN in S/D direction < %d (lvtn.3b)"

#--------------------------------------------------------------------
# HVNTM
#--------------------------------------------------------------------

variants (full)
# This requires extra spacing of hvndiff if a ptap is in between
cifwidth hvntm_generate 700 "Width of HVNTM < %d (hvntm.1)"
cifspacing hvntm_generate hvntm_generate 700 touching_ok \
"HVNTM spacing < %d (hvntm.2)"
variants *

#--------------------------------------------------------------------
# NPC (Nitride poly Cut)
#--------------------------------------------------------------------
Expand Down

0 comments on commit d9e324b

Please sign in to comment.