adi_tquest: Improve the timing report generation
If the analysis type is not defined the report_timing command will run just a setup analysis. Run an analysis report for all the four analysis type.main
parent
949073b012
commit
e97d707f24
|
@ -1,5 +1,8 @@
|
|||
|
||||
report_timing -detail full_path -npaths 20 -file timing_impl.log
|
||||
report_timing -detail full_path -npaths 20 -setup -file timing_impl.log
|
||||
report_timing -detail full_path -npaths 20 -hold -append -file timing_impl.log
|
||||
report_timing -detail full_path -npaths 20 -recovery -append -file timing_impl.log
|
||||
report_timing -detail full_path -npaths 20 -removal -append -file timing_impl.log
|
||||
|
||||
set worst_path [get_timing_paths -npaths 1 -setup]
|
||||
foreach_in_collection path $worst_path {
|
||||
|
|
Loading…
Reference in New Issue