Skip to content

Commit 83e7d99

Browse files
committed
mock-array: reduce vertical gap between rows
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 25a36d3 commit 83e7d99

File tree

4 files changed

+183
-183
lines changed

4 files changed

+183
-183
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ export MAX_ROUTING_LAYER = M7
5656
export GLOBAL_ROUTE_ARGS=-congestion_iterations 40 -verbose
5757

5858
# 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
59+
export MACRO_HALO_X = 0.5
60+
export MACRO_HALO_Y = 0.5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# current unit is configured as 2.16 which is on the routing grid for M5
44

55
# table of Elements - (rows cols width height pitch_x pitch_y)
6-
export MOCK_ARRAY_TABLE ?= 8 8 20 20 20 22
6+
export MOCK_ARRAY_TABLE ?= 8 8 20 20 20 21
77

88
# Element'd data width
99
export MOCK_ARRAY_DATAWIDTH ?= 64

0 commit comments

Comments
 (0)