Skip to content

Commit c232d85

Browse files
committed
mock-array: improve clock skew
use Louii's halo x/y feature and the tip from Matt Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7747838 commit c232d85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ export MAX_ROUTING_LAYER = M7
5454

5555
# works with 28 or more iterations as of writing, so give it a few more.
5656
export GLOBAL_ROUTE_ARGS=-congestion_iterations 40 -verbose
57+
58+
# ensure we have some rows, so we don't get a bad clock skew.
59+
export MACRO_HALO_X = 1
60+
export MACRO_HALO_Y = 1

0 commit comments

Comments
 (0)