Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Modified the .tlef file to address issues #308 & #312 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tech/sky130_fd_sc_hd.tlef
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ LAYER pwell
PROPERTY LEF58_TYPE "TYPE PWELL ;" ;
END pwell

LAYER poly
TYPE MASTERSLICE ;
END poly

LAYER licon1
TYPE CUT ;

WIDTH 0.17 ; # Licon 1
SPACING 0.17 ; # Licon 2
ENCLOSURE BELOW 0 0 ; # Licon 4
ENCLOSURE ABOVE 0.08 0.08 ; # Poly / Met1 4 / Met1 5
END licon1

LAYER li1
TYPE ROUTING ;
DIRECTION VERTICAL ;
Expand Down Expand Up @@ -283,6 +296,9 @@ LAYER met5
ANTENNADIFFSIDEAREARATIO PWL ( ( 0 400 ) ( 0.0125 400 ) ( 0.0225 2609 ) ( 22.5 11600 ) ) ;
END met5

LAYER OVERLAP
TYPE OVERLAP ;
END OVERLAP

### Routing via cells section ###
# Plus via rule, metals are along the prefered direction
Expand Down