07-27-2017 03:39 AM
I know that there is option to get the timing report according the source of the path, but is there option to get it by the destination?
07-27-2017 04:07 AM - edited 07-27-2017 04:09 AM
Hi @sarit8,
Sorry for the typo:
It's report_timing -to [get_pins {<pin name>}] -delay_type min_max -max_paths 10 -sort_by group -input_pins -name timing_1
07-27-2017 03:50 AM
Hi @sarit8,
Please try similar to below command:
report_timing -to [get_pins {<pin name>}] -delay_type min_max -max_paths 10 -sort_by_group -input_pins -name timing_1
07-27-2017 04:05 AM
I tried, and get Unknown option '-sort_by_group', please type 'report_timing -help' for usage info.
07-27-2017 04:07 AM - edited 07-27-2017 04:09 AM
Hi @sarit8,
Sorry for the typo:
It's report_timing -to [get_pins {<pin name>}] -delay_type min_max -max_paths 10 -sort_by group -input_pins -name timing_1
07-27-2017 04:46 AM