set_clock_uncertainty 0.5 [get_clocks clk]
Generate the key reports to verify PPA.
# Timing report
report_timing -delay_type max -nworst 10 > reports/timing.rpt
# Set max area to 0 (implies minimize area as much as possible)
set_max_area 0
set_clock_uncertainty -setup 0.5 [get_clocks clk]
set_clock_uncertainty -hold 0.2 [get_clocks clk] synopsys design compiler tutorial 2021