File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
designs/sky130hd/microwatt Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ export PLACE_DENSITY = 0.21
3838# CTS tuning
3939export CTS_BUF_DISTANCE = 600
4040export SKIP_GATE_CLONING = 1
41+ export CTS_CLUSTER_SIZE = 10
42+ export CTS_CLUSTER_DIAMETER = 50
4143
4244export SETUP_SLACK_MARGIN = 0.2
4345
Original file line number Diff line number Diff line change @@ -19,10 +19,8 @@ set cts_args [list \
1919 -balance_levels]
2020
2121append_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
22+ append_env_var cts_args CTS_CLUSTER_SIZE -sink_clustering_size 1
23+ append_env_var cts_args CTS_CLUSTER_DIAMETER -sink_clustering_max_diameter 1
2624append_env_var cts_args CTS_BUF_LIST -buf_list 1
2725
2826if {[env_var_exists_and_non_empty CTS_ARGS]} {
You can’t perform that action at this time.
0 commit comments