Skip to content

Commit 7a07f56

Browse files
authored
Merge pull request #2455 from Pinata-Consulting/variables-gui-timing-default-value-fix
variables: fix GUI_TIMING default value
2 parents 93a8e21 + 8bb3eef commit 7a07f56

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
@@ -263,7 +263,7 @@ GUI_TIMING:
263263
Load timing information when opening GUI. For large designs, this can
264264
be quite time consuming. Useful to disable when investigating non-timing
265265
aspects like floorplan, placement, routing, etc.
266-
value: 1
266+
default: 1
267267
FILL_CELLS:
268268
description: >
269269
Fill cells are used to fill empty sites. If not set or empty, fill cell insertion is skipped.

0 commit comments

Comments
 (0)