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 7318b16 commit 5ef34aaCopy full SHA for 5ef34aa
flow/designs/gf12/bp_single/config.mk
@@ -66,7 +66,8 @@ else
66
export DESIGN_TYPE = CHIP_NODEN
67
endif
68
69
-export CTS_ARGS = -no_insertion_delay
+# Override cts arguments to set `-no_insertion_delay`
70
+export CTS_ARGS = -no_insertion_delay -sink_clustering_enable -balance_levels -repair_clock_nets
71
72
# enable slack margin for setup and hold fix after CTS
73
export SETUP_SLACK_MARGIN ?= 100
0 commit comments