Skip to content

Commit d6016d4

Browse files
committed
disable NDR for gf12 ca53 until fixing clock gating tree level
Signed-off-by: Jonas Gava <[email protected]>
1 parent 6723f5d commit d6016d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/designs/gf12/ca53/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export MACRO_PLACE_HALO = 7 7
5454

5555
export MACRO_WRAPPERS = $(DESIGN_DIR)/wrappers.tcl
5656

57+
# 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
59+
5760
#export MAX_ROUTING_LAYER = H2
5861
export FASTROUTE_TCL = $(DESIGN_DIR)/fastroute.tcl
5962
#

0 commit comments

Comments
 (0)