Skip to content

Commit 74c112e

Browse files
authored
Merge pull request #1678 from Syndace/patch-1
Adjusted ihp-sg13g2 stdcell power stripe width to match standard cells
2 parents 1cdd4e7 + b4b8923 commit 74c112e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/platforms/ihp-sg13g2/pdn.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
1616
####################################
1717
define_pdn_grid -name {grid} -voltage_domains {CORE}
1818
add_pdn_ring -grid {grid} -layers {Metal5 TopMetal1} -widths {5.0} -spacings {2.0} -core_offsets {4.5} -connect_to_pads
19-
add_pdn_stripe -grid {grid} -layer {Metal1} -width {0.48} -pitch {7.56} -offset {0} -followpins -extend_to_core_ring
19+
add_pdn_stripe -grid {grid} -layer {Metal1} -width {0.44} -pitch {7.56} -offset {0} -followpins -extend_to_core_ring
2020
add_pdn_stripe -grid {grid} -layer {Metal5} -width {2.200} -pitch {75.6} -offset {13.600} -extend_to_core_ring
2121
add_pdn_stripe -grid {grid} -layer {TopMetal1} -width {1.800} -pitch {75.6} -offset {13.570} -extend_to_core_ring
2222
add_pdn_connect -grid {grid} -layers {Metal1 Metal5}

0 commit comments

Comments
 (0)