We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de25a9 commit b357a8dCopy full SHA for b357a8d
src/gui/README.md
@@ -951,15 +951,14 @@ Update the paths in the Timing Report widget and select the path with the worst
951
952
```tcl
953
gui::show_worst_path
954
- [-setup|-hold]
+ [setup]
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. |
+| `setup` | Boolean (default true) to select worst setup slack path. If false, selects worst hold slack path. |
963
964
### Clear Timing Path
965
0 commit comments