Skip to content

Commit b357a8d

Browse files
committed
gui: correct documentation for new worst path image TCL command
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 7de25a9 commit b357a8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/gui/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,15 +951,14 @@ Update the paths in the Timing Report widget and select the path with the worst
951951

952952
```tcl
953953
gui::show_worst_path
954-
[-setup|-hold]
954+
[setup]
955955
```
956956

957957
#### Options
958958

959959
| Switch Name | Description |
960960
| ---- | ---- |
961-
| `-setup` | Select the path with the worst setup slack (default). |
962-
| `-hold` | Select the path with the worst hold slack. |
961+
| `setup` | Boolean (default true) to select worst setup slack path. If false, selects worst hold slack path. |
963962

964963
### Clear Timing Path
965964

0 commit comments

Comments
 (0)