Skip to content

Commit 9b9ee5b

Browse files
committed
psm: fix tcl formatting
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 738e7ec commit 9b9ee5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/psm/test/aes_test_multiple_bterms_skipped.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ analyze_power_grid -net VDD
99
# Disconnect all metal6
1010
set bterm [[ord::get_db_block] findBTerm VDD]
1111
foreach bpin [$bterm getBPins] {
12-
foreach box [$bpin getBoxes] {
13-
if { [$box getTechLayer] == [[ord::get_db_tech] findLayer metal6]} {
14-
odb::dbBoolProperty_create $box PSM_DISCONNECT 1
15-
}
12+
foreach box [$bpin getBoxes] {
13+
if { [$box getTechLayer] == [[ord::get_db_tech] findLayer metal6] } {
14+
odb::dbBoolProperty_create $box PSM_DISCONNECT 1
1615
}
16+
}
1717
}
1818

1919
analyze_power_grid -net VDD

0 commit comments

Comments
 (0)