File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -945,6 +945,30 @@ Update the paths in the Timing Report widget:
945945gui::update_timing_report
946946```
947947
948+ ### Show Worst Path
949+
950+ Update the paths in the Timing Report widget and select the path with the worst slack:
951+
952+ ``` tcl
953+ gui::show_worst_path
954+ [-setup|-hold]
955+ ```
956+
957+ #### Options
958+
959+ | Switch Name | Description |
960+ | ---- | ---- |
961+ | ` -setup ` | Select the path with the worst setup slack (default). |
962+ | ` -hold ` | Select the path with the worst hold slack. |
963+
964+ ### Clear Timing Path
965+
966+ Clear the selected timing path in the Timing Report widget:
967+
968+ ``` tcl
969+ gui::clear_timing_path
970+ ```
971+
948972## License
949973
950974BSD 3-Clause License. See [ LICENSE] ( ../../LICENSE ) file.
You can’t perform that action at this time.
0 commit comments