From 15209ab0dad44d26a1ab0a8be2655d1aa3dc8007 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 2 Jul 2022 17:50:40 -0700 Subject: [PATCH] unset_timing_derate Signed-off-by: James Cherry --- tcl/Sta.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/Sta.tcl b/tcl/Sta.tcl index f40ab78f..3d3f23e5 100644 --- a/tcl/Sta.tcl +++ b/tcl/Sta.tcl @@ -597,7 +597,7 @@ define_cmd_args "unset_timing_derate" {} proc unset_timing_derate { args } { check_argc_eq0 "unset_timing_derate" $args - reset_timing_derate_cmd + unset_timing_derate_cmd } ################################################################