Skip to content

Commit 35315b7

Browse files
committed
est: fix typo on function call
Signed-off-by: Eder Monteiro <[email protected]>
1 parent e4d6975 commit 35315b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/est/src/EstimateParasitics.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ proc estimate_parasitics { args } {
2626
}
2727

2828
if { [info exists flags(-placement)] } {
29-
if { [est::check_corner_wire_cap] } {
29+
if { [est::check_corner_wire_caps] } {
3030
est::estimate_parasitics_cmd "placement" $filename
3131
}
3232
} elseif { [info exists flags(-global_routing)] } {

0 commit comments

Comments
 (0)