majd229
Member level 2
Hello, Im trying to output setup/hold times for synchronous endpoints into a side report.
Im using the below, but it only shows me slack in easily parsed format. If i use -path_type full, Itll create a little paragraph for each path, which is very hard to parse:
report_timing -delay_type min_max -path_type summary -group someGroup
If I do the below, with the option attached to it it shows me required time (setup/hold) and actual time (arrival time) and slack in easily parsed format. However, it will only show violating paths (negative slack, but i want to see ALL paths "required time", even passing ones, because i just want to grab the setup/hold times regardless of passing or failing.
Additionally, I can't do this for a particular group, it does it for ALL groups:
report_constraint -all_violators -max_delay -path_type end //then repeat for min_delay.
so is there any other way? How can i do it?
Im using the below, but it only shows me slack in easily parsed format. If i use -path_type full, Itll create a little paragraph for each path, which is very hard to parse:
report_timing -delay_type min_max -path_type summary -group someGroup
If I do the below, with the option attached to it it shows me required time (setup/hold) and actual time (arrival time) and slack in easily parsed format. However, it will only show violating paths (negative slack, but i want to see ALL paths "required time", even passing ones, because i just want to grab the setup/hold times regardless of passing or failing.
Additionally, I can't do this for a particular group, it does it for ALL groups:
report_constraint -all_violators -max_delay -path_type end //then repeat for min_delay.
so is there any other way? How can i do it?