Skip to content

Commit 627d5d5

Browse files
committed
mock-array: better floorplan, more space for buffer and flip flop for IOs
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 1964878 commit 627d5d5

File tree

1 file changed

+4
-4
lines changed
  • test/orfs/mock-array

1 file changed

+4
-4
lines changed

test/orfs/mock-array/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ pitch_x = ce_width
6969
pitch_y = ce_height + (placement_grid_y * 2)
7070

7171
# top level core offset
72-
margin_x = placement_grid_x
72+
margin_x = placement_grid_x * 2
7373

74-
margin_y = placement_grid_y
74+
margin_y = placement_grid_y * 2
7575

7676
# Element core margin
7777
ce_margin_x = placement_grid_x * 0.5
7878

7979
ce_margin_y = placement_grid_y * 0.5
8080

8181
# PDN problems if it is smaller. Not investigated.
82-
array_spacing_x = margin_x * 8
82+
array_spacing_x = placement_grid_x * 4
8383

84-
array_spacing_y = margin_y * 8
84+
array_spacing_y = placement_grid_y * 4
8585

8686
# top level core and die size, we need some space around the
8787
# array to put some flip flops and buffers for top level io pins

0 commit comments

Comments
 (0)