File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,10 @@ proc report_wire_length { args } {
463463 }
464464}
465465
466- sta::define_cmd_args " estimate_path_resistance" { pin1_name pin2_name [-layer1 layer1] [-layer2 layer2] [-verbose] }
466+ sta::define_cmd_args " estimate_path_resistance" { pin1_name pin2_name \
467+ [-layer1 layer1] \
468+ [-layer2 layer2] \
469+ [-verbose] }
467470
468471proc estimate_path_resistance { args } {
469472 sta::parse_key_args " estimate_path_resistance" args \
@@ -492,7 +495,7 @@ proc estimate_path_resistance { args } {
492495
493496 set verbose [info exists flags(-verbose)]
494497
495- if { [info exists keys(-layer1)] && [info exists keys(-layer2)] } {
498+ if { [info exists keys(-layer1)] && [info exists keys(-layer2)] } {
496499 set layer1_name $keys(-layer1)
497500 set layer2_name $keys(-layer2)
498501
You can’t perform that action at this time.
0 commit comments