Skip to content

Commit 6b35567

Browse files
committed
mock-array: use CTS_BUF_DISTANCE to make mock-array less brittle
CTS_ARGS had to be used while -insertion_delay was introduced, but now CTS_ARGS is no longer needed as CTS_BUF_DISTANCE alone adequately changes options. With this change, mock-array is less brittle when CTS and CTS_ARGS is updated. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7a6057f commit 6b35567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/mock-array/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ export FASTROUTE_TCL = ./designs/$(PLATFORM)/mock-array/fastroute.tcl
5757
export MACRO_HALO_X = 0.5
5858
export MACRO_HALO_Y = 0.5
5959

60-
export CTS_ARGS = -sink_clustering_enable -balance_levels -distance_between_buffers 60
60+
export CTS_BUF_DISTANCE = 60

0 commit comments

Comments
 (0)