Skip to content

Commit 38a61e4

Browse files
committed
cts.tcl: formatting nit
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 66529fc commit 38a61e4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

flow/scripts/cts.tcl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ if {[info exist ::env(CTS_CLUSTER_DIAMETER)]} {
1919
}
2020

2121
if {[info exist ::env(CTS_BUF_DISTANCE)]} {
22-
clock_tree_synthesis -root_buf "$::env(CTS_BUF_CELL)" -buf_list "$::env(CTS_BUF_CELL)" \
23-
-sink_clustering_enable \
24-
-sink_clustering_size $cluster_size \
25-
-sink_clustering_max_diameter $cluster_diameter \
26-
-distance_between_buffers "$::env(CTS_BUF_DISTANCE)" \
27-
-balance_levels
22+
clock_tree_synthesis -root_buf "$::env(CTS_BUF_CELL)" -buf_list "$::env(CTS_BUF_CELL)" \
23+
-sink_clustering_enable \
24+
-sink_clustering_size $cluster_size \
25+
-sink_clustering_max_diameter $cluster_diameter \
26+
-distance_between_buffers "$::env(CTS_BUF_DISTANCE)" \
27+
-balance_levels
2828
} else {
29-
clock_tree_synthesis -root_buf "$::env(CTS_BUF_CELL)" -buf_list "$::env(CTS_BUF_CELL)" \
30-
-sink_clustering_enable \
31-
-sink_clustering_size $cluster_size \
32-
-sink_clustering_max_diameter $cluster_diameter \
33-
-balance_levels
29+
clock_tree_synthesis -root_buf "$::env(CTS_BUF_CELL)" -buf_list "$::env(CTS_BUF_CELL)" \
30+
-sink_clustering_enable \
31+
-sink_clustering_size $cluster_size \
32+
-sink_clustering_max_diameter $cluster_diameter \
33+
-balance_levels
3434
}
3535

3636

0 commit comments

Comments
 (0)