Skip to content

Commit

Permalink
Corrected two places where the new type "scnfetlvt" was missing
Browse files Browse the repository at this point in the history
from the magic techfile from the previous commit;  one affects
output of the LVTN layer in GDS, and the other affects DRC rules
for the new gate type.
  • Loading branch information
RTimothyEdwards committed Oct 14, 2024
1 parent 2ffcf38 commit 501be70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky130/magic/sky130.tech
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ aliases
allfetsstd nfet,mvnfet,mvnfetesd,mvnnfet,nnfet,nfetlvt,pfet,mvpfet,mvpfetesd,pfethvt,pfetlvt,pfetmvt
allfetsspecial scnfet,scpfet,scpfethvt,scnfetlvt
allfetscore npass,npd,nsonos,ppu,corenvar,corepvar
allfetsnolvt nfet,npass,npd,scnfet,scnfetlvt,mvnfet,mvnfetesd,mvnnfet,nnfet,nsonos,pfet,ppu,scpfet,scpfethvt,mvpfet,mvpfetesd,pfethvt,pfetmvt,varactor,mvvaractor,varhvt,corenvar
allfetsnolvt nfet,npass,npd,scnfet,mvnfet,mvnfetesd,mvnnfet,nnfet,nsonos,pfet,ppu,scpfet,scpfethvt,mvpfet,mvpfetesd,pfethvt,pfetmvt,varactor,mvvaractor,varhvt,corenvar

allnactivenonfet *ndiff,*nsd,*ndiode,*nndiode,*mvndiff,*mvnsd,*mvndiode,*ndiodelvt
allnactive allnactivenonfet,allnfets
Expand Down Expand Up @@ -952,7 +952,7 @@ style gdsii
# LVTN
#----------------------------------------------------------------

layer LVTN pfetlvt,nfetlvt,mvvar,mvnnfet,nnfet,nsonos,*pdiodelvt,*ndiodelvt,*nndiode
layer LVTN pfetlvt,nfetlvt,scnfetlvt,mvvar,mvnnfet,nnfet,nsonos,*pdiodelvt,*ndiodelvt,*nndiode
grow 180
bridge 380 380
grow 185
Expand Down

0 comments on commit 501be70

Please sign in to comment.