Skip to content

Commit 371c6ce

Browse files
committed
flow: platforms: ihp-sg13g2: Update PDN Script
Move Power Delivery Network to TopMetal1 and 2. Since IHP changed the orientation of all metal directions, Metal5 and TM1 can't be used anymore. Signed-off-by: Daniel Schultz <[email protected]>
1 parent 19b9a35 commit 371c6ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

flow/platforms/ihp-sg13g2/pdn.tcl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
1818
#####################################
1919
# standard cell grid
2020
####################################
21-
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {TopMetal1}
22-
add_pdn_ring -grid {grid} -layers {Metal5 TopMetal1} -widths {5.0} -spacings {2.0} \
21+
define_pdn_grid -name {grid} -voltage_domains {CORE} -pins {TopMetal1 TopMetal2}
22+
add_pdn_ring -grid {grid} -layers {TopMetal1 TopMetal2} -widths {5.0} -spacings {2.0} \
2323
-core_offsets {4.5} -connect_to_pads
2424
add_pdn_stripe -grid {grid} -layer {Metal1} -width {0.44} -pitch {7.56} -offset {0} -followpins \
2525
-extend_to_core_ring
26-
add_pdn_stripe -grid {grid} -layer {Metal5} -width {2.200} -pitch {75.6} -offset {13.600} \
26+
add_pdn_stripe -grid {grid} -layer {TopMetal1} -width {2.200} -pitch {75.6} -offset {13.600} \
2727
-extend_to_core_ring
28-
add_pdn_stripe -grid {grid} -layer {TopMetal1} -width {1.800} -pitch {75.6} -offset {13.570} \
28+
add_pdn_stripe -grid {grid} -layer {TopMetal2} -width {2.200} -pitch {75.6} -offset {13.600} \
2929
-extend_to_core_ring
30-
add_pdn_connect -grid {grid} -layers {Metal1 Metal5}
31-
add_pdn_connect -grid {grid} -layers {Metal5 TopMetal1}
30+
add_pdn_connect -grid {grid} -layers {Metal1 TopMetal1}
31+
add_pdn_connect -grid {grid} -layers {TopMetal1 TopMetal2}
3232
####################################

0 commit comments

Comments
 (0)