Fix typo
diff --git a/openlane/user_project_wrapper/base.sdc b/openlane/user_project_wrapper/base.sdc index 7013b80..117758f 100644 --- a/openlane/user_project_wrapper/base.sdc +++ b/openlane/user_project_wrapper/base.sdc
@@ -86,7 +86,7 @@ puts "\[INFO\]: Setting load to: $cap_load" set_load $cap_load [all_outputs] -puts "\[INFO\]: Setting clock uncertainity to: $::env(SYNTH_CLOCK_UNCERTAINTY)" +puts "\[INFO\]: Setting clock uncertainty to: $::env(SYNTH_CLOCK_UNCERTAINTY)" set_clock_uncertainty $::env(SYNTH_CLOCK_UNCERTAINTY) [get_clocks $::env(CLOCK_PORT)] puts "\[INFO\]: Setting clock transition to: $::env(SYNTH_CLOCK_TRANSITION)"