Skip to content

Commit b6aa5cc

Browse files
committed
variables: add type info for tunable variables, review feedback
DRY, AutoTuner type use-cases can use this information, also it is documentation. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 99f0c8d commit b6aa5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ CELL_PAD_IN_SITES_GLOBAL_PLACEMENT:
362362
- place
363363
- floorplan
364364
default: 0
365-
type: float
365+
type: int
366366
tunable: 1
367367
CELL_PAD_IN_SITES_DETAIL_PLACEMENT:
368368
description: >
@@ -373,7 +373,7 @@ CELL_PAD_IN_SITES_DETAIL_PLACEMENT:
373373
- cts
374374
- grt
375375
default: 0
376-
type: float
376+
type: int
377377
tunable: 1
378378
PLACE_PINS_ARGS:
379379
description: |

0 commit comments

Comments
 (0)