Skip to content

Commit 8bb3eef

Browse files
committed
variables: fix GUI_TIMING default value
Spotted by @luarss Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 387ac09 commit 8bb3eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/variables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ GUI_TIMING:
259259
Load timing information when opening GUI. For large designs, this can
260260
be quite time consuming. Useful to disable when investigating non-timing
261261
aspects like floorplan, placement, routing, etc.
262-
value: 1
262+
default: 1
263263
FILL_CELLS:
264264
description: >
265265
Fill cells are used to fill empty sites. If not set or empty, fill cell insertion is skipped.

0 commit comments

Comments
 (0)