Skip to content

Commit bf305e0

Browse files
committed
gui: README description for new TCL command showing worst timing path
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 2845fbd commit bf305e0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/gui/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,30 @@ Update the paths in the Timing Report widget:
945945
gui::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

950974
BSD 3-Clause License. See [LICENSE](../../LICENSE) file.

0 commit comments

Comments
 (0)