We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 440775a + f3f550d commit 9c1f98eCopy full SHA for 9c1f98e
flow/scripts/cts.tcl
@@ -18,9 +18,9 @@ set cts_args [list \
18
-sink_clustering_enable \
19
-balance_levels]
20
21
-# TODO: The first three are no-ops since the arg order is wrong, but hard to get
+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
23
# through CI since nine designs change metrics and the PR is blocked
-append_env_var cts_args -distance_between_buffers CTS_BUF_DISTANCE 1
24
append_env_var cts_args -sink_clustering_size CTS_CLUSTER_SIZE 1
25
append_env_var cts_args -sink_clustering_max_diameter CTS_CLUSTER_DIAMETER 1
26
append_env_var cts_args CTS_BUF_LIST -buf_list 1
0 commit comments