Skip to content

Commit e27b6c1

Browse files
committed
ng45: reduce the metal7 pdn strap pitch 40->30
The fakeram45_64x7 is only 36.4um tall and may fall in-between strapes. Signed-off-by: Matt Liberty <[email protected]>
1 parent 9d638a1 commit e27b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/platforms/nangate45/grid_strategy-M1-M4-M7.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
1717
define_pdn_grid -name {grid} -voltage_domains {CORE}
1818
add_pdn_stripe -grid {grid} -layer {metal1} -width {0.17} -pitch {2.4} -offset {0} -followpins
1919
add_pdn_stripe -grid {grid} -layer {metal4} -width {0.48} -pitch {56.0} -offset {2}
20-
add_pdn_stripe -grid {grid} -layer {metal7} -width {1.40} -pitch {40.0} -offset {2}
20+
add_pdn_stripe -grid {grid} -layer {metal7} -width {1.40} -pitch {30.0} -offset {2}
2121
add_pdn_connect -grid {grid} -layers {metal1 metal4}
2222
add_pdn_connect -grid {grid} -layers {metal4 metal7}
2323
####################################

0 commit comments

Comments
 (0)