Skip to content

Commit 4d1fe73

Browse files
committed
Add - comment on number derived for stripe and ring
Signed-off-by: louiic <[email protected]>
1 parent 6fc3358 commit 4d1fe73

File tree

1 file changed

+5
-0
lines changed
  • flow/designs/asap7/mock-array-big/Element

1 file changed

+5
-0
lines changed

flow/designs/asap7/mock-array-big/Element/pdn.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
1111

1212
####################################
1313
# standard cell grid
14+
# M1 M2 are for follow pin, width derived from PG rail in standard cell
15+
# M5 stripe width rerived from one of width allowed in LEF, offset and pitch
16+
# put stripe on M5 track
17+
# M4 M5 ring follow stripe width
1418
####################################
1519
define_pdn_grid -name {top} -voltage_domains {CORE}
20+
1621
add_pdn_ring -grid {top} -layers {M5 M4} -widths {0.12 0.12} -spacings {0.072} -core_offset {0.084}
1722

1823
add_pdn_stripe -grid {top} -layer {M1} -width {0.018} -pitch {0.54} -offset {0} -followpins

0 commit comments

Comments
 (0)