Skip to content

Commit 301ee03

Browse files
committed
mock-array: add link to definition of pitch
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent cd6f595 commit 301ee03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# MOCK_ARRAY_TABLE (rows, cols, width, height, pitch_x, pitch_y)
1111
# rows, cols - number of Element in rows, cols
1212
# width, height - width and height of each Element
13+
#
14+
# When the pitch is equal to the width/height, we have routing by abutment
15+
# https://en.wikipedia.org/wiki/Pitch#Linear_measurement
16+
#
1317
# pitch_x, pitch_y - placement pitch for each Element, in x and y direction
1418
# specification are in unit of placement grid
1519
rows, cols, ce_x, ce_y, pitch_x, pitch_y = map(int, os.environ.get("MOCK_ARRAY_TABLE").split())

0 commit comments

Comments
 (0)