Skip to content

Commit 034e70e

Browse files
committed
tclfmt
Signed-off-by: Matt Liberty <[email protected]>
1 parent 96bcefa commit 034e70e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/platforms/asap7/openRoad/pdn/BLOCKS_grid_strategy.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
1515
####################################
1616
# standard cell grid
1717
####################################
18-
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M6}
18+
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M6}
1919
add_pdn_stripe -grid {top} -layer {M1} -width {0.018} -pitch {0.54} -offset {0} -followpins
2020
add_pdn_stripe -grid {top} -layer {M2} -width {0.018} -pitch {0.54} -offset {0} -followpins
2121
add_pdn_ring -grid {top} -layers {M5 M6} -widths {0.504 0.544} -spacings {0.096} \

flow/platforms/asap7/openRoad/pdn/BLOCK_grid_strategy.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set_voltage_domain -name {CORE} -power {VDD} -ground {VSS}
1818
# put stripe on M5 track
1919
# M4 M5 ring follow stripe width
2020
####################################
21-
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M5}
21+
define_pdn_grid -name {top} -voltage_domains {CORE} -pins {M5}
2222

2323
add_pdn_ring -grid {top} -layers {M5 M4} -widths {0.12 0.12} -spacings {0.072} -core_offset {0.084}
2424

0 commit comments

Comments
 (0)