Skip to content

Commit 9e0d3b2

Browse files
authored
Merge pull request #3332 from jeffng-or/cts-buf-distance-tunable
Make CTS_BUF_DISTANCE tunable
2 parents acbfa78 + 21e02cb commit 9e0d3b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/scripts/variables.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,11 +769,15 @@ CTS_BUF_DISTANCE:
769769
Distance (in microns) between buffers.
770770
stages:
771771
- cts
772+
tunable: 1
773+
type: float
772774
CTS_BUF_LIST:
773775
description: |
774776
List of cells used to construct the clock tree. Overrides buffer inference.
775777
stages:
776778
- cts
779+
tunable: 1
780+
type: float
777781
CTS_CLUSTER_DIAMETER:
778782
description: >
779783
Maximum diameter (in microns) of sink cluster.

0 commit comments

Comments
 (0)