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
Istvan Csomortani 2018-08-08 09:08:49 +01:00 committed by István Csomortáni
parent 949073b012
commit e97d707f24
1 changed files with 4 additions and 1 deletions

View File

@ -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 {