Skip to content

Commit d7b25d5

Browse files
committed
cts: remove -balance_levels as it is now obsolete
Signed-off-by: arthurjolo <[email protected]>
1 parent 62efdca commit d7b25d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

flow/designs/gf12/ca53/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export MACRO_PLACE_HALO = 7 7
5555
export MACRO_WRAPPERS = $(DESIGN_DIR)/wrappers.tcl
5656

5757
# Temporarily disable NDR for clock nets
58-
export CTS_ARGS = -sink_clustering_enable -balance_levels -repair_clock_nets -distance_between_buffers 100 -apply_ndr none
58+
export CTS_ARGS = -sink_clustering_enable -repair_clock_nets -distance_between_buffers 100 -apply_ndr none
5959

6060
#export MAX_ROUTING_LAYER = H2
6161
export FASTROUTE_TCL = $(DESIGN_DIR)/fastroute.tcl

flow/scripts/cts.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ proc save_progress { stage } {
1616
# Run CTS
1717
set cts_args [list \
1818
-sink_clustering_enable \
19-
-balance_levels \
2019
-repair_clock_nets]
2120

2221
append_env_var cts_args CTS_BUF_DISTANCE -distance_between_buffers 1

0 commit comments

Comments
 (0)