Skip to content

Commit c039f18

Browse files
authored
Merge pull request #1206 from Pinata-Consulting/mock-array-64-bit
Mock array 64 bit, 0.19mm^2
2 parents 0ce7500 + efd4a9b commit c039f18

File tree

6 files changed

+899
-859
lines changed

6 files changed

+899
-859
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)