Digital Backend The Role and Creation of Track
Digital Backend The Role and Creation of Track
blog.csdn.net/m0_61544122/article/details/128218896
1. Definition of track
According to the pitch size of each layer of metal in the LEF (or tech file), the EDA tool
automatically generates a continuous and regular routing track (routing track) for each
layer of metal inside the chip. The routing track refers to the routing path.
1/5
tech file example
Y: direction of TRACK
2/5
track icon
For the same process, the higher the cell (the more tracks), the faster the library, and the
larger the corresponding power consumption and area.
In order to reduce the winding length as much as possible when the standard cell comes
out of the pin, the track position is generally calibrated so that the pin on track of the
standard cell (that is, the center line of the pin shape coincides with the gold routing track
of the same layer, otherwise it is a waste of time to go out of the pin and turn to the track)
winding resources).
3. track creation
For example, in the case of 6P5T (6.5 track), the distribution of the track in each ROW is
different. In order to meet the pin on track, the following script (ICC2) is used to recreate
the track.
3/5
1. #track pitch 0.1,core row高度0.65
10. for {set i $q} {$i < $s} {set i [expr $i+$height]} {
12. }
17. create_track -bbox $bound_bbox -layer ME2 -space 0.1 -dir Y -coord $coord1
18. }
4/5
before fixing
adjusted
5/5