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.
1 parent 9c1f98e commit 93de955Copy full SHA for 93de955
flow/scripts/cts.tcl
@@ -19,10 +19,8 @@ set cts_args [list \
19
-balance_levels]
20
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
23
-# through CI since nine designs change metrics and the PR is blocked
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
+append_env_var cts_args CTS_CLUSTER_SIZE -sink_clustering_size 1
+append_env_var cts_args CTS_CLUSTER_DIAMETER -sink_clustering_max_diameter 1
26
append_env_var cts_args CTS_BUF_LIST -buf_list 1
27
28
if {[env_var_exists_and_non_empty CTS_ARGS]} {
0 commit comments