We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738e7ec commit 9b9ee5bCopy full SHA for 9b9ee5b
src/psm/test/aes_test_multiple_bterms_skipped.tcl
@@ -9,11 +9,11 @@ analyze_power_grid -net VDD
9
# Disconnect all metal6
10
set bterm [[ord::get_db_block] findBTerm VDD]
11
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
- }
+ foreach box [$bpin getBoxes] {
+ if { [$box getTechLayer] == [[ord::get_db_tech] findLayer metal6] } {
+ odb::dbBoolProperty_create $box PSM_DISCONNECT 1
16
}
+ }
17
18
19
analyze_power_grid -net VDD
0 commit comments