Skip to content

Commit 9c1f98e

Browse files
authored
Merge pull request #3120 from jeffng-or/cts-buf-distance-variable-fix
Fixed handling for CTS_BUF_DISTANCE flow variable
2 parents 440775a + f3f550d commit 9c1f98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/cts.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ set cts_args [list \
1818
-sink_clustering_enable \
1919
-balance_levels]
2020

21-
# TODO: The first three are no-ops since the arg order is wrong, but hard to get
21+
append_env_var cts_args CTS_BUF_DISTANCE -distance_between_buffers 1
22+
# TODO: The next two are no-ops since the arg order is wrong, but hard to get
2223
# through CI since nine designs change metrics and the PR is blocked
23-
append_env_var cts_args -distance_between_buffers CTS_BUF_DISTANCE 1
2424
append_env_var cts_args -sink_clustering_size CTS_CLUSTER_SIZE 1
2525
append_env_var cts_args -sink_clustering_max_diameter CTS_CLUSTER_DIAMETER 1
2626
append_env_var cts_args CTS_BUF_LIST -buf_list 1

0 commit comments

Comments
 (0)