Skip to content

Commit efd4a9b

Browse files
committed
mock-array: make it a 64 bit array
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 612c8c4 commit efd4a9b

File tree

5 files changed

+898
-858
lines changed

5 files changed

+898
-858
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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 4 4 5 5
6+
export MOCK_ARRAY_TABLE ?= 8 8 20 20 25 25
77

88
# Element'd data width
9-
export MOCK_ARRAY_DATAWIDTH ?= 8
9+
export MOCK_ARRAY_DATAWIDTH ?= 64
1010

1111
# Must be zero for routing by abutment
1212
export MACRO_BLOCKAGE_HALO ?= 0.5

0 commit comments

Comments
 (0)