Skip to content

Commit 5ef34aa

Browse files
committed
Tune gf12/bp_single cts
Signed-off-by: Martin Povišer <[email protected]>
1 parent 7318b16 commit 5ef34aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/designs/gf12/bp_single/config.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ else
6666
export DESIGN_TYPE = CHIP_NODEN
6767
endif
6868

69-
export CTS_ARGS = -no_insertion_delay
69+
# Override cts arguments to set `-no_insertion_delay`
70+
export CTS_ARGS = -no_insertion_delay -sink_clustering_enable -balance_levels -repair_clock_nets
7071

7172
# enable slack margin for setup and hold fix after CTS
7273
export SETUP_SLACK_MARGIN ?= 100

0 commit comments

Comments
 (0)